/*CSS Document
InicializaciÃƒÂ³n de variables*/
HTML, BODY, DIV, H1, H2, H3, H4, H5, H6, UL, OL, DL, LI, DT, DD, P, BLOCKQUOTE, PRE, FORM, FIELDSET, TABLE, TH, TD
{
	margin: 0px;
	padding: 0px;
}
IMG
{
	border: 0px solid #000000;
}
BODY
{
	font-family: Verdana;
	font-size: 12px;
	line-height: normal;
	overflow: scroll;
}
A
{
	text-decoration: none;
}
P
{
	line-height: 17px;
	text-align: justify;
}
H1
{
	color: #0055C4;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 20px;
	/*clear:both; float:none;*/
}
H2
{
	color: #0055C4;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}
H3
{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}
H4
{
	color: #0055C4;
	font-size: inherit;
	padding-bottom: 5px;
}
.azul
{
	color: #0055C4;
}
/*Cabecera*/
#cabecera
{
	height: 60px;
	width: 100%;
	background-color: #0055C4;
	/*display: none;*/
}
#cabecera #menu_principal
{
	margin: 0 auto;
	width: 750px;
	float: none;
}
#menu_principal UL
{
	float: right;
	list-style: none;
}
#menu_principal LI
{
	float: left;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	height: 45px;
}
#menu_principal A
{
	color: #999;
}
#menu_principal .seleccionado
{
	font-weight: bold;
	text-decoration: none;
	background-color: #06F;
}
#menu_principal .seleccionado A
{
	color: #FFFFFF;
}
#menu_principal LI:hover
{
	background-color: #00357D;
}
#menu_principal LI:hover A
{
	color: #FFFFFF;
}
#logos
{
	margin: 0 auto;
	width: 750px;
	clear: both;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 10px;
}
/*Menu Secundario Secciones*/
#menu_secundario
{
	height: 70px;
	width: 100%;
	background-color: #0055C4;
	text-align: center;
}
#centrado
{
	margin: 0 auto;
	width: 750px;
}
#menu_secundario UL
{
	margin: 0 auto;
	width: 750px;
	list-style: none;
}
#menu_secundario LI
{
	float: left;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	height: 55px;
	width: 125px;
}
#menu_secundario LI A
{
	color: #999;
}
#menu_secundario LI:hover A
{
	color: #FFFFFF;
}
#menu_secundario LI:hover
{
	/*border-bottom: solid 5px white;*/
	background-color: #00357D;
}
#menu_secundario .seleccionado
{
	font-weight: bold;
	text-decoration: none;
	background-color: #06F;
}
#menu_secundario .seleccionado A
{
	color: #FFFFFF;
}
/*Cuerpo*/
#contenido
{
	margin: 0 auto;
	width: 750px;
	height: auto;
	padding-top: 10px;
	display: table;
}
#contenido UL.enlaces
{
	color: #0055C4;
	list-style: circle;
	padding-left: 40px;
}
#contenido LI.enlaces
{
	padding-top: 10px;
}
#contenido LI.enlaces A
{
	color: #0055C4;
}
#contenido LI.enlaces A:hover
{
	font-weight: bold;
}
#contenido .subir_arriba
{
	font-size: 10px;
	float: right;
	color: #0055C4;
	padding-bottom: 10px;
}
/*Menu Contenido Horizontal*/
#menu_contenido UL
{
	list-style: none;
	/*width: 440px;*/
	height: 30px;
	background-color: #999;
	float: right;
	padding-left: 10px;
	padding-right: 5px;
	margin-left: 5px;
}
#menu_contenido LI
{
	float: left;
	padding-top: 6px;
	padding-left: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
}
#menu_contenido LI:hover
{
	/*border-bottom:solid 2px #0055C4;*/
}
#menu_contenido LI A
{
	color: #FFFFFF;
}
#menu_contenido LI A:hover
{
	color: #0055C4;
}
#menu_contenido .seleccionado
{
	color: #0055C4;
	font-weight: bold;
}
#menu_contenido #separador
{
	height: 14px;
	width: 1px;
	margin-top: 7px;
	margin-left: 3px;
	margin-right: 4px;
	background-color: #FFFFFF;
	float: left;
}
#contenido UL.mapa
{
	margin-left: 40px;
}
#contenido UL.mapa LI
{
	padding: 2px;
	padding-left: 30px;
}
#contenido #columnas
{
	margin-top: 15px;
	margin-bottom: 10px;
	float: none;
	clear: both;
}
#contenido #columnas UL.ul_cont
{
	padding-left: 40px;
}
#contenido #columnas #c1
{
	width: 48%;
	float: left;
	padding: 5px;
}
#contenido #columnas #c2
{
	width: 48%;
	padding: 5px;
	float: right;
}
#contenido #columnas #menu_columnas
{
	width: 150px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
}
#contenido #columnas #menu_columnas UL
{
	list-style: none;
}
#contenido #columnas #menu_columnas LI
{
	color: #0055C4;
	padding-bottom: 15px;
}
#contenido #columnas #menu_columnas LI UL
{
	padding-top: 3px;
	list-style: circle;
}
#contenido #columnas #menu_columnas LI UL LI
{
	margin-left: 25px;
	padding-bottom: 3px;
}
#contenido #columnas #menu_columnas LI A
{
	color: #0055C4;
}
#contenido #columnas #menu_columnas LI A:hover
{
	text-decoration: underline;
}
#contenido #columnas #menu_columnas UL
{
	list-style: none;
}
/*#contenido #columnas #menu_columnas il*/
#INVALID-RULE
{
	color: #0055C4;
}
#contenido #columnas #contenido_columnas
{
	width: 580px;
	float: right;
	padding: 5px;
}
#contenido #columnas #contenido_columnas UL
{
	padding-left: 40px;
}
#contenido #columnas #contenido_columnas LI
{
	padding-top: 4px;
	text-align: justify;
}
#promociones
{
	width: 363px;
	height: 140px;
	float: left;
	border: 1px solid #999;
	margin: 2px;
	padding: 2px;
	padding-right: 4px;
}
#promociones #imagen
{
	float: left;
	border: 0px solid #000000;
	padding: 4px;
	padding-right: 6px;
}
#promociones #nombre
{
	float: left;
	clear: right;
	float: none;
	color: #0055C4;
	font-weight: bold;
}
#promociones #descripcion
{
	font-size: 10px;
}
#promociones #fecha
{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
}
#promociones #enlace
{
	float: right;
	position: relative;
	bottom: 0px;
	margin-top: 10px;
}
#promociones #enlace A
{
	color: #0055C4;
}
#promociones #enlace A:hover
{
	text-decoration: underline;
}
#promociones:hover
{
	background-color: #CCC;
}
#productos
{
	width: 276px;
	height: 110px;
	float: left;
	border: 1px solid #999;
	margin: 2px;
	padding: 2px;
	padding-right: 4px;
}
#productos #imagen
{
	float: left;
	border: 0px solid #000000;
	padding: 4px;
	padding-right: 6px;
}
#productos #nombre
{
	float: left;
	color: #0055C4;
	font-weight: bold;
	width: 170px;
}
#productos #descripcion
{
	font-size: 10px;
}
#productos #enlace
{
	float: right;
	position: relative;
	bottom: 0px;
}
#productos #enlace A
{
	color: #0055C4;
}
#productos #enlace A:hover
{
	text-decoration: underline;
}
#productos:hover
{
	background-color: #CCC;
}
#detalle_producto
{
	background-color: #EBF4FA;
	display: table;
	width: 97%;
	padding: 10px;
	margin-top: 5px;
}
#detalle_producto #dimagen
{
	float: left;
	padding-right: 5px;
}
#detalle_producto #dconenido
{
	float: left;
}
#detalle_producto #dinscripcion
{
	visibility: hidden;
	width: 100%;
	height: auto;
	display: none;
}
#detalle_curso
{
	background-color: #EBF4FA;
	display: table;
	width: 97%;
	padding: 10px;
	margin-top: 5px;
}
#detalle_curso #dimagen
{
	float: left;
	padding: 5px;
	padding-right: 10px;
	width: 270px;
}
#detalle_curso #dconenido
{
	float: left;
}
#dinscripcion
{
	visibility: hidden;
	display: none;
	width: 100%;
}
.formacion
{
	width: 350px;
	height: 130px;
	border: 1px solid #999;
	margin: 4px;
	padding: 4px;
	float: left;
}
.formacion #imagen
{
	float: left;
	padding-right: 4px;
	width: 100px;
	display: compact;
}
.formacion #nombre
{
	float: left;
	color: #0055C4;
	font-weight: bold;
	width: 345px;
	padding-bottom: 3px;
}
.formacion #descripcion
{
	font-size: 10px;
}
.formacion #fecha
{
	font-size: 10px;
	font-weight: bold;
}
.formacion #enlace
{
	float: right;
	position: relative;
	bottom: 0px;
}
.formacion #enlace A
{
	color: #0055C4;
}
.formacion #enlace A:hover
{
	text-decoration: underline;
}
.formacion:hover
{
	background-color: #CCC;
}
#noticia
{
	padding: 5px;
	background-color: #EBF4FA;
}
#noticia #n_fecha
{
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 5px;
}
#noticia #n_texto
{
	padding-bottom: 20px;
	border-bottom: 1px solid #000000;
}
/*Pie*/
#pie
{
	margin: 0 auto;
	width: 750px;
	float: none;
	clear: both;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 2px solid #0055C4;
}
#pie #pie_logos
{
	width: 405px;
	float: left;
}
#pie #pie_logos IMG
{
	margin-right: 15px;
}
#pie #pie_copy
{
	width: 345px;
	float: left;
	font-size: 10px;
	text-align: right;
	padding-bottom: 20px;
}
#pie A
{
	color: #000000;
}
#pie A:hover
{
	text-decoration: underline;
}
/*FORMULARIOS*/
#cuadro_azul
{
	clear: both;
	float: none;
	background-color: #B3D5EC;
	text-align: center;
	padding: 10px;
}
FORM
{
	font-family: Verdana;
	background-color: #B3D5EC;
	padding: 5px;
	padding-left: 80px;
}
INPUT
{
	font-size: 12px;
	color: #000000;
	border: 1px solid #666666;
}
/*file*/
#INVALID-RULE
{
	font-size: 12px;
	color: #000000;
	border: 1px solid #666666;
}
TEXTAREA
{
	font-size: 12px;
	color: #000000;
	border: 1px solid #666666;
}
/*botÃƒÂ³n*/
INPUT.submit
{
	font-size: 12px;
	color: #000000;
	background-color: #CCC;
	border: 1px solid #666666;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
INPUT.submit:hover
{
	background-color: #0055C4;
	color: #FFFFFF;
}
/*Hacks update ita*/
A[href='../../tecnologias_automatizacion.php']
{
	display: none;
}
#logos
{
	margin: 10px auto;
}
