@charset "utf-8";
/* CSS Document */

/* Inicializo valores
------------------------------------------------------------------------------------ */

html, body, div, span, applet, object, 
h1, h2, h3, h4, h5, h6, p, 
pre, a, img, 
fieldset, form, label, 
table, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}
a:focus {
	outline:0;
}
html, body{
	height: 100%;
}
body{
	color:#333;
}
ul{
	list-style-position:inside;
}
blockquote{
	margin:10px 0 10px 30px;
}

/* Redefino contenedores principales para Sucta
------------------------------------------------------------------------------------ */
body{
	min-width:980px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* Defino contenedores principales
------------------------------------------------------------------------------------ */

#contenedor_principal{
	min-height:100%;
	height:auto !important;
	height:100%;
	width:960px;
	margin:0 auto;
	border-right:1px dotted #999;
	border-left:1px dotted #999;
}

#contenedor_menu{
	width:100%;
	height:110px;
}

#contenedor_cabezal{
	width:100%;
	height:300px;
}
#contenedor_datos{
	width:100%;
	margin-top:5px;
}
.restaurador{
	width:100%;
	height:24px;
	clear:both;
}
.restaurador_sh{
	width:100%;
	height:1px;
	clear:both;
}
#pie{
	height:24px;
	width:960px;
	margin:0 auto;
	margin-top:-24px;
	background:#333;
	color:#FFF;
	text-align:center;
	line-height:24px;
}

/* Defino sub-contenedores
------------------------------------------------------------------------------------ */
#columna_principal{
	width:660px;
	float:left;
	margin: 0 20px 0 10px;
	overflow:visible;
}
#columna_secundaria{
	width:270px;
	float:left;
}

#columna_principal_consultaflotas{
	width:920px;
	margin:0;
	margin-left:20px;
	overflow:visible;
}

.articulos_cp, .articulos_cs{
	width:100%;
	background:#FFF url(interfaz/fondo_articulos.jpg) repeat-x top left;
	min-height:220px;
	margin-bottom:25px;
}
.articulos_cs_flash{
	width:280px;
	height:241px;
	min-height:211px;
	margin-bottom:25px;
	margin-left:-10px;
}

/* Formatos de textos
------------------------------------------------------------------------------------ */
a{
	text-decoration:none;
}
a:link{
	color:#DD711C;
}
a:visited{
	color:#DD711C;
}
a:hover{
	text-decoration:underline;
	color:#DD711C;
}
a:active{
	text-decoration:underline;
	color:#DD711C;
}
#pie a{
	color:#FFF;
	text-decoration:underline;
}

.articulos_cp h1, .articulos_cs h1{
	background:#E5E5E5 url(interfaz/bullet_articulos.gif) no-repeat left top;
	font-size:120%;
	line-height:24px;
	text-indent:20px;
	color:#000098;
	width:670px;
	margin-left:-10px;
	border:1 px solid red;
}
.articulos_cs h1{
	background:#E5E5E5 url(interfaz/bullet_articulos.gif) no-repeat left top;
	width:280px;
	margin-left:-10px;
	border:1 px solid red;
}

.articulos_cp_consultaflotas h1, .articulos_cs_consultaflotas h1{
	background:#E5E5E5 url(interfaz/bullet_articulos.gif) no-repeat left top;
	font-size:120%;
	line-height:24px;
	text-indent:20px;
	color:#000098;
	width:920px;
	margin-left:-10px;
	border:1 px solid red;
}

.articulos_cp img, .articulos_cs img{
	margin:15px;
}
.articulos_cp h1 img{
	margin:0;
}
.articulos_cp .imagen_smb{
	margin-bottom:5px;;
}
.articulos_cp p, .articulos_cs p, .articulos_cp ul, .articulos_cs ul{
	text-align:justify;
	margin:10px 15px;
}
.articulos_cs ul {
	margin:10px;
	margin-left:-15px;
}
p.centrados{
	text-align:center;
}
p.derechos{
	text-align:right;
}
.destacados{
	font-weight:bold;
}
.destacados_color{
	font-weight:bold;
	color:#DD711C;
}
.comentarios{
	font-style:italic;
}
.notaenh1{
	font-size:90%;
}
.destacados_color + blockquote{
	margin-bottom:20px;
}

/* Formatos para Tablas y Celdas
------------------------------------------------------------------------------------ */
.tablas50{
	width:50%;
}
.tablas75{
	width:75%;
}
.tablas80{
	width:80%;
}
.tablas90{
	width:90%;
}
.tablas100{
	width:100%;
}
.tablas1{
	border:none;
}
.tablas_centro{
	margin:10px auto;
}
td{
	padding:4px;
}
.celdas{
	background-color:#E1EDFF;
	color:#121543;
}
.celdas_derecha{
	text-align:right;
}
.celdas_titulares{
	background-color:#FEF9D6;
	color:#121543;
	font-weight:bold;
}
.columnas_titulares{
	background-color:#FEF9D6;
	color:#121543;
}
.celdas_centro{
	background-color:#E1EDFF;
	color:#121543;
	text-align:center;
}
.celdas_titulares_centro{
	background-color:#FEF9D6;
	color:#121543;
	font-weight:bold;
	text-align:center;
}
.columnas_titulares_derecha{
	background-color:#FEF9D6;
	color:#121543;
	text-align:right;
}
.filas1{
	background-color:#FFFDEC;
	border-bottom:1px solid #FDED79;
	color:#121543;
}
.filas2{
	background-color:#F9FBFF;
	color:#121543;
	border-bottom:1px solid #A6CAFF;
}

/* Formatos para imágenes
------------------------------------------------------------------------------------ */
.imagenes_izquierda{
	float:left;
}
.imagenes_derecha{
	float:right;
}

/* Formatos para formularios
------------------------------------------------------------------------------------ */
form{
	display:block;
	clear:both;
}
.campos{
	width:230px;
	margin:-10px 15px 0 15px;
}
.memos{
	height:140px;
	overflow:visible;
}
.boton_envio{
	float:right;
	margin:15px;
	clear:both;
}

/* Formatos para formularios de Consulta de Flotas
------------------------------------------------------------------------------------ */
.etiquetas, .campos2, .datos_consultas, .campos_multiples{
	float:left;
	width:420px;
	height:26px;
	margin:15px 0 0 0;
	border:1px solid red;
	padding-left:10px;
}
.campos_multiples{
	height:auto;
}
.etiquetas{
	text-align:right;
	font-size:120%;
	line-height:170%;
}
.datos_consultas{
	font-size:120%;
	line-height:170%;
	width:460px;
}
.menu_ingreso{
	margin-top:90px;
}
input{
	margin-left:0;
}