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

body
{
	background-image:url(img/fondo_web.jpg);
	background-repeat:no-repeat;
	background-color:#22408c;
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	
	margin: 0px;
}

	#CONTAINER	{
		margin: 0 auto; /*con este valor quedará centrado*/
		width:980px;
		height:auto;
	
	}
	
	#header{
		/*background-image:url(images/banner.jpg);
		background-repeat:no-repeat;*/
		/*width:980px;
		height: 251px;*/
		margin:0 0 10px 0;
		z-index: -99999;		
	}
	
	#left{
		width:145px;
		height:auto;
		margin: 0 0 0 0;
		float:left;
		/*padding: 10px;
		border: 1px solid #cccccc;
		background-color:#FFFFFF;	*/
	}
	

	#right{
		width:200px;
		height:auto;
		margin: 0px 0px 10px 0px;
		float:right;
		padding: 10px;
		border: 2px solid #22408c;
		background-color:#22408c;
		color: #fff;
		background-image:url(images/fondo_der.jpg);
		background-repeat:no-repeat;
	}
	
	
	#ppal{
		width:570px;
		margin:0 0 0 165px;
		border: 2px solid #22408c;
		background-color:#ffffff;
	}
	
	#footer{
		text-align:center;
		width: 980px;
		height: 139px;
		background-image:url(images/bajo.png);
		margin-top: 10px;
	}

#ppal .med
{
		color: #22408c;
		padding: 10px 15px 10px 15px;
		text-align:justify;
		background-image:url(images/fondo_ppal.jpg);
		background-repeat:no-repeat;
		background-color: #ffffff;
		min-height: 340px;
	    height: auto !important;
  		height: 340px;
}


#ppal .bajo
{
	height: 50px;
	background-image:url(images/bajo_ppal.jpg);
	background-repeat:no-repeat;
	background-color: #ffee00;
}


.img
{
	border: 2px solid #22408c;
	margin-bottom: 4px;
}

#ppal .img2
{
	border: 1px solid #22408c;
	padding: 2px;
}

#ppal .img3
{
	border-top: 1px solid #ffff00;
	border-right: 1px solid #ffff00;	
	border-bottom: 1px solid #D7D700;
	border-left: 1px solid #D7D700;
	padding: 2px;
	background-color: #FFFFCC;
}

#ppal a
{
	text-decoration:none;
	color: #22408c;
	font-weight:bold;
}

#ppal a:hover
{
	text-decoration: underline;
	color: #ee6600;
	font-weight:bold;	
}



#footer .mini
{
	font-size: 0.8em;
}

#right .fecha
{
	font-size: 0.8em;
}

.tit
{
	font-size: 1.6em;
	font-weight: bold;
	text-align:left;
}

.tit2
{
	font-size: 1.3em;
	font-weight: bold;
	text-align:left;
	text-decoration:underline;
}

.textmedio
{
	font-size: 1.2em;
	text-transform:uppercase;
	font-weight:bold;
}

.caja
{
	border-top: 1px solid #ffff00;
	border-right: 1px solid #ffff00;	
	border-bottom: 1px solid #D7D700;
	border-left: 1px solid #D7D700;
	padding: 10px;
	background-color: #FFFFCC;
}

.nomobra
{
	font-size: 1.3em;
	font-weight: bold;
	background-color: #FFFFCC;
	padding: 2px 2px 2px 2px;
	border-bottom: 1px solid #22408c;
	text-transform:uppercase;
}





/*******************************************/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

/*************************************************/