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



body { 
text-align: center;
min-width: 800px;
	font-family: Gothic;
}

/* CSS DIVS */

#menu {
	
	left:317px;
	top:0;
	width:772px;
	height:138px;
	z-index:1;
	float:right;
}
#submenus {
	
	
	position:relative;
	width:252px;
	height:198px;
	z-index:2;
	float:left;
}
#content {
	

	position:relative;
	width:772px;
	
	z-index:3;
	float:right;
}
#pie {
	clear:both;
	
	
	width: 1024px;
	height:95px;
	z-index:4;
	
}
#logo {
	
	
	left:64px;
	top:0px;
	width:252px;
	height:107px;
	z-index:5;
	float:left;
}
#finlogo {
	
	background: no-repeat;
	
	left:64px;
	top:252px;
	width:252px;
	height:31px;
	z-index:5;
	float:left;
}
#contenedorcabecera {
	position:absolute;
	
	top:0px;
	width: 1086px;
	height:107px;
	z-index:6;
}
#contenido {
	
	position:relative;

	top:130px;
	width: 1086px;
	
	
	z-index:6;
}
#contenedor {
	text-align: left;
	width: 1086px;
	margin: 0 auto;
	z-index:7;
	margin-top: 0;
	height:100%;
	left: 236px;
	
}


/* CSS MENUS */

a.amenu1:link, a.amenu1:visited {
	font-family: Gothic;
	font-size: 10px;
	text-decoration: none;
	color:#333333; 
	font-weight: bold; 
}

a.amenu1:active {
	font-family: Gothic;
	font-size: 10px;
	text-decoration: none;
	color:#77b96a; 
	font-weight: bold; 
}

a.amenu1:hover {
	font-family: Gothic;
	font-size: 10px;
	color:#77b96a;
	font-weight: bold;
	text-decoration: none;
}

a.amenu3:link, a.amenu3:visited {
	font-family: Gothic;
	font-size: 10px;
	text-decoration: none;
	color:#77b96a; 
	font-weight: bold; }

a.amenu4:link, a.amenu4:visited {
	font-family: Gothic;
	font-size: 12px;
	text-decoration: none;
	color:#333333; 
	font-weight: bold; 
}

a.amenu2:link, a.amenu2:visited, a.amenu2:active {	
	font-family: "Gothic";
	font-size: 12px;
	color:#77b96a;
	font-weight: bold;
	background-color:#fff;
	text-decoration: none;
	}

a.amenu2:hover {
	font-family: "Gothic";
	font-size: 12px;
	color:#333333;
	font-weight: bold;
	background-color:#fff;
	text-decoration: none;
}

a.amenu2s:link, a.amenu2s:visited, a.amenu2s:active {	
	font-family: "Gothic";
	font-size: 10px;
	color:#77b96a;
	font-weight: bold;
	background-color:#fff;
	text-decoration: none;
	}

a.amenu2s:hover {
	font-family: "Gothic";
	font-size: 10px;
	color:#333333;
	font-weight: bold;
	background-color:#fff;
	text-decoration: none;
}

a.amenu4s:link, a.amenu4s:visited {
	font-family: "Gothic";
	font-size: 10px;
	text-decoration: none;
	color:#333333; 
	font-weight: bold; 
}

/* CSS TEXTO */

.Naranja_bold {
	font-family: Gothic;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}


.texto_caja_tit {
	font-family: Gothic;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.texto_caja {
	font-family: Gothic;
	font-size: 12px;
	
	color: #333;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 5px;
}

.amenufecha {font-family: Gothic;;font-size: 12px;
text-decoration: none;
color:#73be6b; 
font-weight: bold; }

.titcab {
	font-family: Gothic;
	font-size: 24px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

.texto_caja {
	font-family: Gothic;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	
	
}


/* CSS BORDES REDONDEADOS */

v\:roundrect {
		color:#FFF;
		display:block;
		background-color:#FFF;
		
		
		-moz-border-radius:10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		height:95%;
		padding-left:30px;
		padding-right:30px;
		}
	/* ie specific */
	v\:roundrect  {
		behavior:url(#default#VML);
		/background-color:transparent;
		}


/* CSS Botones */


.button  {
	background : buttonface;
	border : 1px solid buttonface;
	margin : 1;
}

.button2  {
	background : buttonface;
	border : 1px solid buttonface;
	margin : 1;
}

.button {
	font-family: Verdana;
	font-size: 9px;
	border: 1px solid #bbbbbb;
	color: #999999;
	font-weight: normal;
}

.button2 {
		font-size: 9px;	
	color: #999999;
	font-weight: bold; 
}










