﻿/* Hoja de estilos */


/* Reseteo de estilos por Eric Meyer */

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Fin reseteo */




/* ---------------------------- Estructura base -------------------------------*/


body {
    background-image: url(img/fondobody.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial;
	font-size: 11px;
}

h1 {
    display: none;
}

h2 {
    font-size: 33px;
	font-weight: normal;
	color: #1a7bbb;
	line-height: 27px;
}


.clear {
    clear: both;
	border-bottom: 1px solid #eee;
}


#cabecera {
	width: 910px;
	margin: auto;
	height: 75px;
}

#cabecera img {
    margin: 15px 0 0 0;
}


.caja {
    width: 67px;
	height: 57px;
	background-color: #002364;
	float: right;
	margin: 0 0 0 88px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 8px 0 0 8px;
	color: #FFF;
}

.caja a {
    text-decoration: none;
	color: #FFF;
}

.caja a:visited {
	color: #FFF;
}

.caja a:hover {
	color: #E1910B;
}

a.idiomas {
    color: #E1910B;
	margin: 5px 0 0 0;
}

a.idiomas:visited {
    color: #E1910B;
}

a.idiomas:hover {
    color: #FFF;
}

#contenedor {
	background-image: url(img/fondocontenido.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#contenedor_ref {

}

#contenido_ref {
	width: 98%;
	padding: 10px 0 0 10px;
    background-image: url(img/linea.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#contenido_ref p{
	margin: 0 0 10px 0;
	font-size: 12px;
}

#contenido_ref h3{
	margin: 0 0 10px 0;
	font-size: 15px;
}


#contenido {
	width: 910px;
	background-image: url(img/linea2.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: auto;
	padding: 10px 0 0 0;
}


.linea_producto {
    font-weight: bold;
	color: #0D7DC4;
}


#col1 {
    width: 247px;
	float: left;
	margin: 0 33px 0 0;
	padding: 0 20px 0 0;
	height: 281px;
}



#referencias {
	position: relative;
	background-image: url(img/bullet-referencias.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px solid #C8CFDD;
	height: 17px;
	padding: 5px 0 0 25px;
	top: 163px;
    font-size: 12px;
	font-weight: bold;
	color: #002364;
}

#referencias a{
	color: #002364;
	text-decoration: none;
}

#referencias a:visited{
	color: #002364;
}

#referencias a:hover{
	color: #E1910B;
}

#col1 h2 {
    font-size: 30px;
	font-weight: normal;
}

#col1 p {
    font-size: 18px;
}


#col2 {
    width: 355px;
	float: left;
}


#col2 img {
    margin: 0 0 3px 0;
}

#col2 p {
    margin: 5px 0 5px 0;
	font-size: 11px;
}

.tema {
    font-weight: bold;
	color: #0D7DC4;
}

#productos {
	width: 254px;
	float: right;
}

.desc-catalogo {
    padding: 10px 0 0 23px;
}

.desc-catalogo a{
    text-decoration: none;
	color: #002364;
}

.desc-catalogo a:visited{
	color: #002364;
}

.desc-catalogo a:hover{
	color: #E1910B;
}

#col3 {

	background-color: #CDD4BA;
	background-image: url(img/fondo-col3.png);
	background-repeat: repeat-y;
	padding: 8px 10px 10px 0px;

}



#col3 h3 {
    font-size: 12px;
	font-weight: bolder;
	border-bottom: 1px solid #666;
	padding: 0 0 3px 0;
	margin: 0 0 10px 22px;
	background-image: url(img/bullet-productos.png);
	background-repeat: no-repeat;
	background-position: right 4px;
}

#col3 ul {
 	padding: 0 0 0 1px;
}

#col3 ul li {
	padding: 5px 0 5px 22px;
	background-image: url(img/fondo-li-col3-2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#col3 ul li.prod {
    background-image: url(img/fondo-li.col3.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#col3 ul li a{
	text-decoration: none;
	color: #002364;
}

#col3 ul li a:visited{
	color: #002364;
}

#col3 ul li a:hover{
	color: #E1910B;
}

.familia {
    font-weight: bold;
}


#pie {
	background-image: url(img/fondopie.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 150px;
}



#menu {
	width: 910px;
	margin: auto;
	height: 130px;
}

#menu .seccion {
    width: 76px;
	height: 75px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin: 0 0 0 12px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 28px 0 0 0px;
	color: #FFF;
	cursor: pointer;
}

#menu .seccion a {
    text-decoration: none;
	color: #FFF;
}

#menu .seccion a:visited {
	color: #FFF;
}

#menu .seccion a:hover {
	color: #E1910B;
}

.direccion {
    float: right;
	height: 40px;
	width: 170px;
	margin: 33px 80px 0 0;
	border-left: 1px solid #C6CEDC;
	padding: 35px 0 0 10px;
	color: #002364;
	line-height: 15px;
}

.direccion a {
    text-decoration: none;
	color: #002364;
}

.direccion a:visited {
	color: #002364;
}

.direccion a:hover {
	color: #E1910B;
}

#contenido .texto {
	margin: 25px 0 0px 0;
}

#contenido .texto p{
    font-size: 12px;
	margin: 0 0 8px 0;
	line-height: 14px;
}

#contenido .texto p{
    font-size: 12px;
	margin: 0 0 8px 0;
	line-height: 14px;
}

#contenido .texto p strong{
    color: #0D7DC4;
}

#contenido_ref table {
	border-collapse: collapse;
	font-size: 11px;
	text-align: center;
}


#contenido_ref table tr td {
	vertical-align: middle;
	padding: 8px;
	border: 1px solid black;
}


.fami {
    font-size: 15px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#portada {
    height: 474px;
	background-image: url(img/fondo-portada2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#clientes {
    height: 474px;
	background-image: url(img/fondo-clientes.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#leyenda_portada {
	float: left;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	width: 230px;
	padding: 120px 0 0 12px;
}

#leyenda_portada a{
	text-decoration: none;
	color: #666;
}

#leyenda_portada a:visited{
	text-decoration: none;
	color: #666;
}

#leyenda_portada a:hover{
	color: #E1910B;
}

#leyenda_portada img{
	vertical-align: bottom;
}

#leyenda_clientes {
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	width: 230px;
	height: 350px;
	padding: 60px 0 0 12px;
}

#archivos_portada {
	float: left;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	width: 520px;
	height: 170px;
	margin: 5px 0 5px 35px;
	padding: 10px;
	background-color: #EEE;
filter: alpha(opacity=80); opacity: .8
}

#archivos_portada h2{
	font-size: 14px;
	border-bottom: 1px solid #333;
	color: #333;
	margin: 0 0 10px 0;
}

#archivos_portada h3{
	font-size: 13px;
	color: #333;
	margin: 10px 0 0 0;
}

#archivos_portada h4{
	font-size: 11px;
	font-weight: normal;
	color: #333;
	margin: 0 0 5px 0;
}

#avisos_portada {
	float: left;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	width: 520px;
	height: 170px;
	margin: 10px 0 5px 35px;
	padding: 10px;
	background-color: #EEE;
filter: alpha(opacity=80); opacity: .8
}

#avisos_portada h2{
	font-size: 14px;
	border-bottom: 1px solid #333;
	color: #333;
	margin: 0 0 10px 0;
}

#avisos_portada h3{
	font-size: 13px;
	color: #333;
	margin: 10px 0 0 0;
}

#avisos_portada h4{
	font-size: 11px;
	font-weight: normal;
	color: #333;
	margin: 0 0 5px 0;
}

#noticias_portada {
	float: left;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	width: 520px;
	height: 170px;
	margin: 220px 0 0 35px;
	padding: 10px;
	background-color: #EEE;
filter: alpha(opacity=80); opacity: .8
}

#noticias_portada h2{
	font-size: 14px;
	border-bottom: 1px solid #333;
	color: #333;
	margin: 0 0 10px 0;
}

#noticias_portada h3{
	font-size: 13px;
	color: #333;
	margin: 10px 0 0 0;
}

#noticias_portada h4{
	font-size: 11px;
	font-weight: normal;
	color: #333;
	margin: 0 0 5px 0;
}

#noticias {
	float: left;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	width: 600px;
	height: 425px;
	margin: 0px 0 0 0px;
	padding: 10px;
}

#resultados_busqueda {
	float: left;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	width: 600px;
	min-height: 425px;
	margin: 0px 0 0 0px;
	padding: 10px;
}

#noticias h2{
	font-size: 14px;
	border-bottom: 1px solid #333;
	color: #333;
	margin: 0 0 10px 0;
}

#noticias h3{
	font-size: 13px;
	color: #333;
	margin: 10px 0 0 0;
}

#noticias h4{
	font-size: 11px;
	font-weight: normal;
	color: #333;
	margin: 0 0 5px 0;
}


#sena {
	width: 830px;
    height: 510px;
	background-image: url(img/fondo-sena.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;

}

#caja_contacto {
	width: 830px;
    height: 450px;
	background-image: url(img/rossa3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;

}

#caja_buscar {
	width: 830px;
    min-height: 450px;
	background-image: url(img/rossa3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;

}



.sena-col {
    float: left;
	width: 260px;
	padding: 0 20px 0 0;
	font-size: 12px;
	font-weight: normal;
}

.sena-col-contacto {
    float: left;
	width: 560px;
	padding: 0 20px 0 0;
	font-size: 12px;
	font-weight: normal;
}

.sena-col p {
    margin: 0 0 10px 0;
}

/* ------------- FORMULARIOS ------------- */

input {
	background-color: #BDC7D1;
	border: 0px solid #999;
	width: 230px;
	margin: 0px 0 5px 0;
	padding: 3px;
	color: #333;
	font-size: 1em;
}

label  {
	font-family: Arial;
	font-size: 0.9em;
}

textarea {
	background-color: #BDC7D1;
	border: 0px solid #999;
	padding: 5px;
	width: 310px;
	height: 235px;
	color: #333;
	font-family: Arial;
	font-size: 0.9em;
}


.boton {
	background-color: #BDC7D1;
	width: 70px;
}

#resultado {
 border-width: 1px;
 border-style: solid;
 padding: 0.6em;
}
#resultado.error{
 border-width: 2px;
 border-color: #FF0000;
 background-color: #FFE1E1;
 color: #990000;
}
.exito{
 background-color: #EAFFEA;
 color: #336600;
 border-color: #009900;
}

.checkbox {
	width: 15px;
}
