@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; }
body, html {text-align:center; background: url(../images/topsec_bg.jpg) repeat left top;}

.info, .exito, .alerta, .error {
    font-family:Arial, Helvetica, sans-serif; 
    font-size:13px;
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/ico_error.png');
}

.div1{
	width: 452px;
	margin: auto;
	height:310px;
	margin-right: auto;
	margin-left: auto;
	padding-top:62px;
} 

#contenedor{
	border: 2px solid #CECECE;
	width: 452px;
	margin: auto;
	background-color:#F90;
	height:310px;
	margin-right: auto;
	margin-left: auto;
} 

#cabecera{
	width:452px;
	height:87px;
	margin: 0 auto;
	background-color:#333;
}

#cabecera img{
	float:left;
}

#logo{
	float:left;
	width:365px;
	height:87px;
	position:relative;
}

#logo p{
	font-style:normal;
	font-weight:bold;
	color:#F90;
	font-family:Calibri;
	font-size:1.3em;
	position:absolute;
	z-index:2;
	left: 6px;
	top: 57px;
}

#logo img{
	position:absolute;
	z-index:1;
	left: 175px;
	top: 4px;
	width: 183px;
	height: 57px;
}

#arealogin{
	float:left;
	width:452px;
	text-align:center;
	height:140px;
	background-color:#F90;
}

#arealogin h2 {
	background-color:#FFF;
	color:#333;
	font-size:0.7em;
	text-transform : uppercase;
	padding: 4px 3px 4px 8px;
	font-weight : normal;
	letter-spacing : 2px;
	margin: 0px 0px 12px 0px;
	text-align:center;
	font-family:calibri;
	font-size:0.7em;
}

.inserta_tablas1 {
	font-size:0.85em;
	text-align:right;
	font-family:calibri;
	color:#FFF;
}

.posicion_tabla{
	width: 452px;
}

INPUT {
	font-size : 0.9em;
	text-align: left;
	font-family:calibri;
} 

#pie{
	float:left;
	width:452px;
	background-color:#F90;
} 

#pie p{
	color:#FFF;
	text-align : center;
	margin : 10px 10px 0px 10px;
	font-family:calibri;
	font-size : 0.72em;
}
