html
{
	font-size: 100%;
}
body
{
	font-size: 1em;
}
.divTodo
{
	margin: auto;
	text-align: left;
	width: 64em;
}
#hd
{
	margin-bottom: 0.625em;
}
#cuerpo
{
	zoom: 1;	/* Hace que en IE el footer quede bien ubicado */
}
#cuerpo:after	/* Hace que en FF el footer quede bien ubicado */
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#cols_main
{
	width: 100%;
	float: right;
	margin-left: -11em;
}
.cols_container_ext
{
	position: static;
	float: left;
	width: 10em;
	margin-left: 10.5em;
	float: none;
	width: auto;
}
.cols_container_int:after	/* Inserta contenido después del elemento */
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.langColumn
{
	float:right;
	padding-right:1em;
	text-align:left;
}
.langLine
{
	height:1.25em;
}
.langLink
{
	font-family:Verdana, Arial, sans-serif;
	font-size: 0.625em;
	font-weight: bold;
	text-decoration: none;
	color: #006699;
	cursor: pointer;
}
.langImage
{
	background-image:url(../Images/sprites.gif);
	width:18px;
	height:12px;
	float:left;
	margin-top:0.4em;
	margin-right:0.25em;
}
.langImageDE
{
	background-position:-36px -12px;
}
.langImageES
{
	background-position:-18px 0px;
}
.langImageEN
{
	background-position:0px 0px;
}
.langImageFR
{
	background-position:0px -12px;
}
.langImageIT
{
	background-position:-36px 0px;
}
.langImagePT
{
	background-position:-18px -12px;
}
.link1{
	font-family:Verdana, Arial, sans-serif;
	font-size: 0.625em;
	color: #5377a9;
	cursor: pointer;
}
:hover.link1{
	font-family:Verdana, Arial, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	color: #5377a9;
	cursor: pointer;
}
.col1
{
	float: right;
	float: left;
	width: 49.5%;
}
.col2
{
	float: right;
	width: 49.5%;
}
.divMenu
{
	width: 10em;
	position: relative;
	float: left;
	font-family:Verdana, Arial, sans-serif;
}
#pie
{
	clear: both;
	text-align: center;
	margin-top: 1em;
}
h1{
	font-family: "Times New Roman", Arial;
	font-size: 2.5em;
	font-weight: normal;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;

	border-bottom: solid 1px #999999;
}
h2{
	font-family: "Times New Roman", Arial;
	font-size: 1.25em;
	font-weight: normal;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
	border-bottom: solid 1px #999999;
}
.divContent{
	margin: 0.5em;
	margin-bottom: 0.875em;
}
p{
	margin-top: 0;
	margin-bottom: 3px;
}
.pTextTitle {
	font-weight: bold;
	font-size: 1em;
	color: #5377A9;
	font-family:Verdana, Arial, sans-serif;
}
.pTextSubTitle{
	font-weight: bold;
	font-size: 0.875em;
	color: #5377A9;
	font-family:Verdana, Arial, sans-serif;
}
.pTextNormal{
	font-family:Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #333333;
}
.pAclaracion{
	font-family:Tahoma, Verdana, sans-serif;
	font-size: 0.75em;
	font-style: oblique;
	color: #808080;
}
.pTextEnfasis{
	font-family:Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #FF0000;
	margin-left: 1em;
}
.marginL
{
	margin-left: 3em;
}
.ulMenu{
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #A5B5C0;
}
.ulMenu li{
	padding-left: 1em;
	border-bottom: #FFFFFF 1px solid;
	height: 1.75em;
	font-size: 0.75em;
	vertical-align: middle;
}
.ulMenu li:hover {
	background-color: #BEC9D1;
}
.divMenuTitle{
	height: 1.75em;
	padding-left: 1em;
	border-bottom: #FFFFFF 1px solid;
	font-weight: bold;
	font-size: 0.75em;
	color: #FFFFFF;
}
.divMenuNE{
	height: 0.75em;
	background-image:url(../images/corner_ne.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.divMenuSE{
	height: 1em;
	background-image:url(../images/corner_se.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
.aMenuItem{
	color: #000000;
	text-decoration: none;
}
.linkHand{
	cursor:pointer;
}
.linkStandard{
	text-decoration: none;
	color:#333333;
}
.noBorder{
	border:none;
}