/*************************/
/******** COLORES ********/
/* AZUL:									#2A418B */
/* AZUL CLARO:			#00A8EC */
/* GRIS LETRA:			#4B5971 */
/*************************/
body
{
	background-color: #2A418B;
	color: #4B5971;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	margin: 5px;
	text-align: center;
}
table
{
	color: #4B5971;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
}
table.border
{
	border: solid 1px #2A418B;
	border-collapse: collapse;
	padding: 2px;
}
td.border
{
	border: solid 1px #2A418B;
	padding: 2px;
}
a
{
	color: #2A418B;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a.center
{
	text-align: center;
	width: 100%;
}
img
{
	border: 0px;
}

ul
{
	list-style-type: none;
	padding: 1;
	margin: 0;
}
li
{
	padding-left: .8em;
}
.obligatorio
{
	color: Red;
}
.azul
{
	color: #2A418B;
}
div.mensaje
{
	border: solid 1px #2A418B;
	background: url(../images/infoFondo.gif) no-repeat right middle;
	color: Red;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin: 10px;
	text-align: center;
}
/******************************************************************/
/* CAPAS ESTRUCTURA PÁGINA ****************************************/
#container
{
	margin: auto;
	width: 760px;
}
#pageHeader
{
	background: url(../images/pageHeader.gif) no-repeat;
	color: White;
	height: 65px;
	margin-bottom: 5px;
	padding: 5px 8px 5px 8px;
}
#pageHeader #menu
{
	float: left;
	margin-top: 40px;
}
#pageHeader #menu a
{
	color: White;
}
#pageHeader #dominios
{
	float: right;
	margin-top: 40px;
	text-align: left;
 }
 #pageHeader #dominios a
{
	color: White;
}
/*#pageMenu
{
	background: url(../images/pageMenu.gif);
	height: 30px;
	margin-bottom: 5px;
	padding-top: 8px;
}
#pageMenu a
{
	background-color: #2A418B;
	color: White;
	text-decoration: none;
}*/
#pageContent
{
	background: url(../images/pageContent.gif) repeat-y;
	height: 100%;
	min-height: 510px; /* Firefox */
}
#pageContent_main, #pageContent_menuRight, #pageContent_menuLeft
{
	text-align: left;
	padding: 4px;
}
#pageContent_main
{
	float: none;
	width: 400px;
	margin-left: 175px; /* Firefox */
}
#pageContent_main iframe
{
	width: 99%;
}
#pageContent_main #iframeFirmaEmail
{
	height: 450px;
}

#pageContent_menuRight, #pageContent_menuLeft
{
	width: 175px;
	max-width: 165px; /* Firefox */
}
#pageContent_menuRight
{
	float: right;
}
#pageContent_menuRight ul 
{
	margin:0;
	padding: 0;
}
#pageContent_menuLeft #alertasNoticias
{
	border: solid 2px #2A418B;
	padding: 5px;
	text-align: right;
}
#pageContent_menuLeft
{
	float: left;
}
#pageContent_menuLeft ul 
{
	margin:0;
	padding: 0;
}
#pageContent_menuLeft li
{
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: 0 0.4em;
	padding-left: 0.8em;
}
#pageFooter
{
	background: url(../images/pageFooter.gif) no-repeat;
	clear: both;
	height: 20px;
	margin-top: 5px;
	padding-top: 2px;
}
/******************************************************************/
/******************************************************************/
div.border
{
	border: solid 1px #2A418B;
}
h1
{
	background: url(../images/h1.gif) #2A418B;
	color: White;
	font-size: 12px;
	height: 20px;
	margin: 0px;
	padding: 3px;
	text-align: center;	
}
/******************************************************************/
/* NOTICIAS, CURSOS Y FIRMA EMAIL *********************************/
body.fondoBlanco
{
	background-color: White;
	margin: 2px;
	text-align: left;
}
body.center
{
	text-align: center;
}
#iFrameNoticias
{
	width: 165px;
	height: 200px;	
}
body.fondoBlanco div.noticia1_img, body.fondoBlanco div.noticia1_texto, body.fondoBlanco div.noticias
{
	padding: 1px;
}

body.fondoBlanco div.noticia1_img, body.fondoBlanco, div.noticia1_texto
{
	float: left;
}
body.fondoBlanco div.noticias
{
	clear: both;
}
/******************************************************************/
/* FORMULARIOS ****************************************************/
fieldset
{
}
fieldset.noborder
{
	border: 0px;
}
fieldset legend
{
	background-color: #ffffff;
	color: #2A418B;
	font-weight: bold;
	font-size: 12px;
	padding: 4px 3px 7px 3px;
}
fieldset div fieldset
{
	border: 0px;	
}
div.buttons
{
	text-align: center;
}
div.buttons input.button
{
	border-right: #2A418B 3px double;
	border-top: #2A418B 3px double;
	margin-top: 10px;
	font-weight: bold;
	filter: none;
	border-left: #2A418B 3px double;
	cursor: hand;
	color: white;
	border-bottom: #2A418B 3px double;
	background-color: #00A8EC;
}
fieldset div label.left
{
	padding-right: 5px;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	width: 100px;
	padding-top: 4px;
	text-align: right;
}

fieldset div label.right
{
}
input, select, textarea
{
	color: #4b5971;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
}
fieldset form div input.2num
{
	width: 20px;
}
fieldset form div input.4num
{
	width: 32px;
}
fieldset div input.medio
{
	width: 145px;
}
fieldset div input.large, fieldset div select.large, fieldset div textarea.large
{
	width: 255px;
}
fieldset div select.large
{
	margin-top: 1px;
}
/******************************************************************/
fieldset #verificacionForm
{
	background-color: #2A418B;
	color: White;
	margin-top: 10px;
	padding: 2px;
	text-align: center;
}
fieldset #verificacionForm input
{
	border: 0;
}
fieldset #verificacionForm .obligatorio
{
	color: White;
}