@charset "utf-8";
/* CSS Document */


body
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	background-image:url(imagenes/body2.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;	
}

.contenedor{
	width:962px;
	height:750px;
	margin:0 auto;
	
}

.cont1{
	width:958px;
	height:234px;
}

.logo{
	float:left;
	width:278px;
	height:185px;
	background-image:url(imagenes/comision_2.png);
	background-repeat:no-repeat;
	margin-top:46px;
}

.info{
	float:right;
	width:670px;
	height:96px;
	padding-bottom:5px;
	text-align: right;
	margin-right:5px;
	
}
.info h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    color:#F60;
	vertical-align: text-top;
    font-size:10px;
   
}
.info p{
	font-size:10px;
	color:#434343;
	vertical-align: text-top;
	 padding-top:18px;
}

.menu{
	float: right;
	height:115px;
	text-align:left;
	text-decoration:none;
	color: #FFF;
	font-size:9pt;
	margin-bottom:10px;
}

.menu A:LINK    {color : #434343; text-decoration : none;}
.menu A:VISITED {color : #434343; text-decoration : none;}
.menu A:ACTIVE  {color : #FFF; text-decoration : none;}
.menu A:HOVER   {color : #FFF; text-decoration : none;}

.cuerpo{
	width:960px;
	float:left;
}
/*-------------------------------sub menu-------------------------------------------*/

.sub_menu {
	width:250px;
	float:left;
	
}
.m_der ul, li{
		margin:0px;
		padding-right:0px;
		padding-left:0px;
		list-style-type: none;
	}
	
.m_der li a{
		/font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Sans-Serif;
		font-size:11px;
		text-decoration:none;
		text-align:left;
		background-image:url(imagenes/vineta_m_2.png);
		background-repeat:no-repeat;
		background-position: 0px 5px;
		padding-left:15px;
		display:block;
		color:#5e5b54;
		line-height:22px;
	}
	
.m_der li a:hover{
		background-color: #f7ebdd;
	}
	
.md_ar ul, li{
		margin:0px;
		padding-right:0px;
		padding-left:0px;
		list-style-type: none;
	}
	
.md_ar li a{
		/font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Sans-Serif;
		font-size:12px;
		text-decoration:none;
		text-align:left;
		background-image:url(imagenes/vineta_m_2.png);
		background-repeat:no-repeat;
		background-position: 3px 3px;
		padding-left:20px;
		display:block;
		color:#5e5b54;
		line-height:20px;
	}
	
.md_ar li a:hover{
		background-color: #f7ebdd;	
		
    }
/*---------------------------------fin sub menu-----------------------------------------------------*/


.txt{
	margin-left:13px;
	width:680px;
	float:left;
	/*font-size:12px;*/
}
.txt h3{
	font-weight: bold;
	text-align:left;
	font-size:18px;
	
}
.txt p{
	color:#333;
	text-align:justify;
	font-size:12px;
	
}
.txt span{
	color:#333;
	text-align:justify;
	font-size:12px;
	
}
.textoImportante{
	font-weight: bold;
	text-align:left;
	font-size:11px;
	color: #DC2B25;
	
}
.txt A:LINK    {color : #E98440; text-decoration : none;}
.txt A:VISITED {color : #E98440; text-decoration : none;}
.txt A:ACTIVE  {color : #E98440; text-decoration : none;}
.txt A:HOVER   {color : #434343; text-decoration : none;}

.scroll {
SCROLLBAR-FACE-COLOR:#fefefe;
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
SCROLLBAR-SHADOW-COLOR: #636363;
SCROLLBAR-3DLIGHT-COLOR: #eaeaea;
SCROLLBAR-ARROW-COLOR: #b5b5b5;
SCROLLBAR-TRACK-COLOR: #e9e9e9;
SCROLLBAR-DARKSHADOW-COLOR: #b5b5b5;
}
div.scroll {
height: 420px;
width: 620px;
overflow: auto;
padding: 30px;
}

.span {
	color:#e98249;
}

.span2 {
	color:#e98249;
	font-size:11px;
}


.span2 A:LINK    {color : #e98249; text-decoration : none;}
.span2 A:VISITED {color : #e98249; text-decoration : none;}
.span2 A:ACTIVE  {color : #e98249; text-decoration : none;}
.span2 A:HOVER   {color : #434343; text-decoration : none;}

	
.pie{
	width:100%;
	background-image:url(imagenes/Linea_Pie.png);
	background-repeat:repeat-x;
	background-color:#FFF;
	padding-top:5px;
}
.pie p{
	text-align:left;
	font-size:6pt;
	color:#716f70;
}
