html body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
img {
	border:none;
}

/******************************************************
	Estilos de HEADER (logos)
******************************************************/
div#header {
	position:relative;
	height:89px;
	margin-right:13px;
}
div#header .logos {
	float:right;
	height:89px;
}
div#header .logoMSC {
	margin-top:18px;
	float:right;
	height:89px;
}
div#logoIEA {
	position:relative;
	text-align:left;
	height:89px;
}
/*****************************************************/


/******************************************************
	Estilos de CONTENT
******************************************************/
div#content {
	position:relative;
	clear:both;
	padding:13px;
}
h1 {
	background-color:#EAEAEA;
	color:black;
	padding:2;
	width:100%;
	font-size:18px;
	font-weight:normal;
}
h2 {
	border-bottom:1px solid #FC9;
	font-weight:bold;
	font-size:16px;
}
h3 {
	font-size:14px;
	text-indent:20px;
}
.fontRegistro { /*nombre del registro*/
	font-weight:bold;
	text-transform:uppercase;
}
p, ul, li {
	text-align:justify;
	margin:5;
}
.fontBold {
	font-weight:bold;
}
.fontItalic {
	font-style:italic;
}
.fontDestacado { /*en Eventos*/
	font-weight:bold;
	color:red;
	background:white;
}
.Text {
	border:1px solid grey;
	padding:5px;
	margin:13px;
}
/*****************************************************/


/******************************************************
	Estilos de DL DT DD
******************************************************/
dl {
	margin-left:40px;
}
dt {
	background-color:white;
	padding-left:3px;
	font-weight:bold;
	color:#3f62a5;
	border-bottom:1px solid #9BB0D9;
}
dd {
	padding:3px;
}
/*****************************************************/


/******************************************************
	Estilos de FOOTER
******************************************************/
div#footer {
	text-align:right;
	border-top:1px solid grey;
	color:grey;
	margin:13px;
}
/*****************************************************/
