body { 
	margin: 0px; 
	padding: 0px; 
	background-image: url(../cimgs/tileBack.jpg) ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-attachment: fixed; 
    min-height: 800px;
}

.headerSplitter {
	background-color:#4D7398;
	width:930px;
	height:3px;
	top:108px;
	position:absolute;
}
.headerSplitterShort {
	background-color:#4D7398;
	width:160px;
	height:3px;
	top:108px;
	position:absolute;
}

p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#mainStructure { 
	position: relative; 
	width: 949px; 
 margin: 0px auto;
	background: #FFF url(../cimgs/tileBackShadow.jpg) repeat-y right top;
 overflow: hidden;
}

/* HEADER */

#header { 
	position: relative; 
	width: 930px; 
 height: 111px;
	background: #FFF url(../cimgs/tileHead.jpg) repeat-x top;
	margin: 0px; 
}

#header .siteCaption1 {
	right: 4px;
	position: absolute;
	text-align: right;
	font-size: 8pt;
	color: #666666;
	top: 3px;
}

.siteCaption2 {
	right: 4px;
	position: absolute;
	text-align: left;
	font-size: 8pt;
	color: #666666;
	top: 3px;
}

#header .mainMenu {
	right: 3px;
	position: absolute;
	top: 90px;
}
.mainMenuForos {
 text-align: right;
}
/* LEFT MENU */

#MenuLevel2 { 
 position: relative; 
	width: 161; 
	float: left;
}

#MenuLevel2 td {	font-family: Tahoma, Arial; 	font-size: 9pt;	color: #FFFFFF; }
#MenuLevel2 a:link { color: #FFFFFF; }
#MenuLevel2 a:visited { color: #F7F7F7; }
#MenuLevel2 a:hover { color: #FFFF00; }
#MenuLevel2 .activeBackL {	background-color: #3C668E; }
#MenuLevel2 .activeBackR { 
  background-color: #3C668E; 
		border-right-width: 1px; 
		border-right-style: solid; 
		border-right-color: #FFFFFF;
}

/* CONTENT */

#content { 
	top: 110px; 
	left: 161px; 
	height: auto; 
	width: 756px; 
	margin: 1px;
	margin-top: 0px;
	background: #FFF;
	float: left;
}
#contentFOTOS { 
	top: 110px; 
	left: 161px; 
	height: auto; 
	width: 756px; 
	margin: 1px;
	margin-top: 0px;
	margin-left: 14px;
	background: #FFF;
	float: left;
}

#content a:hover { color: #FF9900; }

/* FOOTER */

#footer {
 padding: 10px;
 margin-right: 20px;
 margin-top: 20px;
	text-align: center;
	font-size: 8pt;
	color: #999999;
	background: #E7E7E7;
 overflow: hidden;
	clear: both;
}

#footer a:link { color: #999; }
#footer a:hover { color:#000; }
#footer a:visited { color: #FFF; }

.closingLine {
	height: 10px;
	background: #FFF url(../cimgs/tileBackBottomShadow.jpg) no-repeat right top;
}


/* TITULO */
h1#pagina-titulo {
	padding: 5px 0px 5px 0px;
 margin: 0;
	text-align: right;
}

h1#pagina-titulo .principal {
	font-weight:bold;
	font-size: 24px;
	color: #3c668e;
}

h1#pagina-titulo .descripcion {
	font-weight:normal;
	font-size: 24px;
	color: #74a5d0;
}

/* OPCION DE MENU - SUBMENU */
#pagina-submenu {
	padding: 0px 0px 0px 10px;
	text-transform: lowercase;	
	font-weight:bold;
	font-size: 9pt;
}

#pagina-submenu .opcion-normal-par {
	color: #74a5d0;
	text-decoration: underline;
}

#pagina-submenu .opcion-normal-impar {
	color: #3c668e;
	text-decoration: underline;	
}

#pagina-submenu .opcion-seleccionada {
	color: #a72626;
}

/* CUERPO DE LA PAG */
#pagina-cuerpo {
	padding: 10px 0px 0px 25px;
}
#pagina-cuerpo a:link { color: #009900; }
#pagina-cuerpo a:hover { color:#FF9900; }
#pagina-cuerpo a:visited { color: #666; }

#pagina-cuerpo h2 {
 margin: 0;
	padding: 0px 0px 5px 0px;
	font-family:arial,sans-serif;
	font-weight:bold;
	font-size: 13pt;
	color: #3c668e;
 background: transparent url(../cimgs/bullet.gif) no-repeat 0px 1px;
 text-indent: 12px;
}

#pagina-cuerpo h3 {
 margin: 0;
}

#pagina-cuerpo .subtitulo-principal {
	font-family:arial,sans-serif;
	font-weight:bold;
	font-size: 11pt;
	color: #666666;
}

#pagina-cuerpo .subtitulo-descripcion {
	font-family:arial,sans-serif;
	font-weight:normal;
	font-size: 14px;
	color: #666666;
}

#pagina-cuerpo p {
	font-family:arial, sans-serif;
	font-weight:ligher;
	font-size:12px;
	color: black;
	line-height:17px;
}

#pagina-cuerpo table {
	background-color: #F7F7F7;
	border-collapse: collapse;
}

#pagina-cuerpo td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 5px;
}

#pagina-cuerpo td p {
	margin: 0px;
	padding: 0px;
}

/* PHOTOS */
.photo {
	margin: 10px 10px 10px 0px;
	padding: 5px 5px 5px 5px;
 background-color: #3C668E;
	color: #FFF;
	overflow: hidden;
	clear: both;
}

.photo img {
 float: left;
	border-color:#FFFFFF;
	border-width: 1px;
	border-style: solid;
}

.photoCaption1 {
 width: 170px;
 padding-left: 5px;
 float: left;
}
.photoCaption2 {
 clear: both;
	height: 12px;
}
.closeIE6 {
	clear: both;
}

/* 2 COL LAYOUT */
.colContainer {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
	background-color: #E7E7E7;
}

.colContainer .colOneOfTwo {
 float: left;
 margin: 5px;
/*	border-color:#000; 
	border-width: 1px;
	border-style: solid; 
	width: 47%; */
}
.colContainer .colTwoOfTwo {
 float: left;
 margin: 5px;
/*	border-color:#000; 
	border-width: 1px;
	border-style: solid;  */
	width: 50%;
}

/* HIGHLIGHTS */

.highlight {
 float: right;
 margin: 20px 5px 5px 10px;
 padding: 0px;
	background: url(../cimgs/highlight/htile.gif); 
	width: 231px;
}
.highlight p, li, ul, ol {
 margin: 0px;
 padding: 10px;
}

/* ESTILOS COMUNES */

.backGeneral02 {	background-color: #F7F7F7; }

.divLine {
 border: 1px solid #FFF; 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C6D6FD;
	padding: 10px 0px 0px 0px;
}

.highlight1 {
	color:#FF0000;
}
