/* CSS Document */
body {
background-color: #000000;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
	

}
a:link {
	color:#F0047F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#F0047F;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
	
}

/*--------------------------------------------------*/

#header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	margin: 0;
	width: 1050px;
	height:160px;
	position: relative;
	text-align:center;
	
	
}
#content {
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position:center;
	margin: 0 auto;
	width: 1050px;
	position: relative;
	text-align:center;
	
	
	
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.leftcol {
	background-image: url(../images/header_r3_c1.jpg);
	background-repeat:no-repeat;
	FLOAT: left;
	WIDTH: 250px;
	height: 378px;
	TEXT-ALIGN: center;
	margin-left:0px;
	position: relative;
	padding: 0;
	_display:inline;

	
}


.menuitem {
	background-color:#FFFF00;
	width:130px;
	BORDER-RIGHT: 0px; 
	BORDER-TOP: 0px; 
	MARGIN-TOP: 10px; 
	MARGIN-LEFT: 70px; 
	BORDER-LEFT: 0px;
	font-size:12px; 
	COLOR: #000000; 
}

.menuitem A:link {
	COLOR: #000000; 
	TEXT-DECORATION: none;
}
.menuitem A:visited {
	COLOR: #000000; 
	TEXT-DECORATION: none;
}
.menuitem A:hover {
	COLOR: #FFFFFF; 
	TEXT-DECORATION: none;
}
.menuitem A:active {
	COLOR: #FFFFFF; 
	TEXT-DECORATION: none;
}


.central {
	FLOAT: left;
	padding-left:0px;
	WIDTH: 755px;
	height:600px;
	TEXT-ALIGN: left;
	position: relative;
	overflow:auto;
}




.columna_izq {
	FLOAT: left;
	width:330px;
	margin: 0;
	padding: 10px;
	TEXT-ALIGN: left;
	
}
.columna_der {
	FLOAT: right;
	width:365px;
	margin: 0;
	padding: 10px;
	TEXT-ALIGN: left;
	
}




#footer {
	background-image: url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:bottom;
	margin: 0; 
	width: 1050px;
	height: 60px;
	position: relative;
	TEXT-ALIGN:left;
	
}
#fotos {
	FLOAT: left;
	margin: 0;
	padding: 10px;
	TEXT-ALIGN: left;
	/*vertical-align:bottom;*/
	
}




/*--------------------------------------*/

p{
font-size: 8pt;
	text-align: justify;
	word-spacing: 2pt;
	letter-spacing: 0.1em;
	line-height: 14pt;
	color: #000000;
}

h3{
font-size: 18pt;
font-weight:bold;
	text-align: left;
	word-spacing: 2pt;
	line-height: 16pt;
	color: #666666;
}

.text_green{
font-size: 14pt;
font-weight:bold;
color: #006633;
}
.text_blue{
font-size: 10pt;
font-weight:bold;
color: #0099CC;
}
.text_mag{
font-size: 18pt;
	font-weight: bold;
	color: #F00580;
}
.text_grisDark{
font-size: 10pt;
font-weight:bold;
color: #333333;
}
.text_grisLight{
font-size: 10pt;
font-weight:bold;
color: #999999;
}

.subtitulos {
font-size: 10pt;
	text-align: left;
	word-spacing: 2pt;
	line-height: 12pt;
	color: #666666;

}

.capitulo {
	font-size: 30pt;
	font-weight:bold;
	text-align: right;
	color: #CCCCCC;
	padding-top:100px;
	padding-right:50px;
	/*MARGIN-LEFT: 400px;*/  

}



.align_center{
	text-align:center;

}
.credito{
font-size: 7pt;
word-spacing:normal;
letter-spacing:normal;
padding-top: 0px;
text-indent: 300px;
text-align:left;

}


.raya_gris {
border-top: dotted;
border-top-color: #666666;
border-top-width:1px;
margin-left:50px;
margin-right:50px;

}


.raya_espaciadora {
border-bottom: dotted;
border-bottom-color:#333333;
border-bottom-width:1px;
padding-top: 10px;
padding-bottom:10px;


}
/*ul {
list-style-type: disc;

	color: #000000;

}*/

li{
font-size: 8pt;
	word-spacing: 2pt;
	letter-spacing: 0.1em;
	line-height: 14pt;
	color: #000000;

}

