@charset "utf-8";
/* CSS Document */

BODY {
	FONT-SIZE: 13px;
	COLOR: #666666;
	font-family: 'Droid Sans', sans-serif;
	TEXT-DECORATION: none;
	line-height: 125%;
	letter-spacing: 0.01em;
	font-weight: 400; 
}

TD {
	FONT-WEIGHT: normal;
	FONT-SIZE: 13px;
	COLOR: #666666;
	font-family: 'Droid Sans', sans-serif;
	TEXT-DECORATION: none;
	line-height: 125%;
	letter-spacing: 0.01em;
	font-weight: 400; 
}

IMG {border-color: #000000;
border: 1px solid #333;
}


A:link {
	text-decoration: underline;
	COLOR: #3366CC;
	font-weight: bold;	
}
A:active {
	text-decoration:none;
	COLOR: #3366CC;
		font-weight: bold;	
}
A:visited {
	text-decoration:none;
	COLOR: #3366CC;
		font-weight: bold;	
}
A:hover   {
	text-decoration:none;
	color: #000;
		font-weight: bold;	
	background-color: #ffff00;
}


.menu {
	font-size: 13pt;
	font-family: 'Titillium Web', sans-serif;
	font-weight: normal;
}

a.menu:link  {
	color: #3366CC;
		text-decoration:none;
}
a.menu:active  {
	color: #3366CC;
		text-decoration:none;
}
a.menu:visited  {
	color: #3366CC;
		text-decoration:none;
}
a.menu:hover  {
	color: #ffFFff;
	background-color: #00aeef;
		text-decoration:none;
}


.linkSeccion {
	font-size: 13pt;
	font-family: 'Titillium Web', sans-serif;
	font-weight: normal;
	color: #3366CC;
	background-color: #00aeef;
}

a.linkSeccion:link  {
	color: #ffFFff;
	background-color: #00aeef;
		text-decoration:none;
}
a.linkSeccion:active  {
	color: #ffFFff;
	background-color: #00aeef;
		text-decoration:none;
}
a.linkSeccion:visited  {
	color: #ffFFff;
	background-color: #00aeef;
		text-decoration:none;
}
a.linkSeccion:hover  {
		color: #000000;
	background-color: #ffff00;
		text-decoration:none;

}

.menuOff {
	font-size: 13pt;
	font-family: 'Titillium Web', sans-serif;
	font-weight: normal;
	color: #ffFFff;
	background-color: #00aeef;
}

.IDseccion {
	font-size: 15pt;
	font-family: 'Titillium Web', sans-serif;
	font-weight: normal;
	color: #000;
	line-height: normal;
	font-weight: 600;
}
.titulo {
	font-size: 18pt;
	font-family: 'Titillium Web', sans-serif;
	font-weight: normal;
	color: #666;
	line-height: 23pt;
	font-weight: 600;
}


.IDgr {
	font-size: 22pt;
font-family: 'Titillium Web', sans-serif;
	font-weight: normal;
	color: #999;
	line-height: normal;
	font-weight: 600; 
}

.bordepunteado {
	border: thin dashed #666666;
}

.bordeNEGRO {
	border: 2px solid #000000;
}

#encabezado { 

border-bottom: 1px dashed #999; 
background:#fff;
width:1000px;
padding:10px;
margin: 0 auto;
position:relative;
top:0px;
}

#pie { 
background:#fff;
width:1000px;
padding:10px;
margin: 0 auto;
position:relative;
top:0px;
text-align:center;
border-top: 1px dashed #999;
}

#cuerpo { 

/*border-left: 1px dashed #999; 
border-right: 1px dashed #999; */
background:#fff;
width:1000px;
padding:10px;
margin: 0 auto;
position:relative;
top:0px;
}

#columnaIzq { 
display: inline-block;
border-right: 1px dashed #999; 
/*border-left: 1px dashed #999; 
border-right: 1px dashed #999; */
background:#fff;
width:640px;
padding:10px;
margin: 0 auto;
position:relative;
/*top:10px;*/
vertical-align:top;
}

#columnaDer { 
display: inline-block;

/*border-right: 1px dashed #999; */
background:#fff;
width:310px;
padding:10px;
margin: 0 auto;
position:relative;
vertical-align:top;

}

#contenido {
	/*border-left: 1px dashed #999; 
border-right: 1px dashed #999; */

	border-top: 1px dashed #999;
	/*	width: 100%;*/
	padding: 10px;
	margin: 0 auto;
	position: relative;
	top: 0px;
	text-align: justify;

}

#contenidoIntro {
	/*border-left: 1px dashed #999; 
border-right: 1px dashed #999; */
/*	width: 100%;*/

	padding: 10px;
	margin: 0 auto;
	position: relative;
	background-color: #FfFfff;
	FONT-SIZE: 13px;
	text-align: justify;
	line-height: 18px;
}

#contenidoTituloSección {
	/*border-left: 1px dashed #999; 
border-right: 1px dashed #999; */
/*	width: 100%;*/

	padding: 0px;
	margin: 0 auto;
	position: relative;


}

.TituloSección {
	background-color: #00aeef;
	FONT-SIZE: 15px;
	COLOR: #fff;
	line-height: 20px;
}
	
	
.imgWrap{ float:left ;
margin-right: 10px
	 
	}