/* CSS Document */

*{
	padding:0px;
	margin:0px;
}

body{
	background-color:#F6DC01;
}

#menu{
	height:139px;
	width:100%;
	background-image:url(../images/back-menu.jpg);
	background-repeat:repeat-x;
	border-bottom:10px solid #FFFFFF;
}

#medio{
	height:380px;
	width:100%;
	background-image:url(../images/back-medio.jpg);
	background-repeat:repeat-x;
	border-bottom:13px solid #FFFFFF;
}

#pie{
	background-color:#F6DC01;
	height:24px;
	width:100%;
	border-top:28px solid #CC0000;
	padding-top:8px;
	font-size:10px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
}

#pie a{
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}

#pie a:hover{
	color:#CC0000;
}

#pie .izq{
	float:left;
	padding-left:5px;
}

#pie .der{
	float:right;
	padding-right:5px;
}

#img_menu{
	float:left;
	width:680px;
	height:83px;
	padding-top:56px;
	background-image:url(../images/back-img-menu.jpg);
}

#img_menu a{
	display:block;
	float:left;
	width:101px;
	border-right:1px solid #FFFFFF;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	background-color:#000000;
	padding-top:32px;
	padding-bottom:32px;
}

#img_menu a:hover{
	background-color:#666666;
}

.texto_fichas,
a texto_fichas,
a:hover texto_fichas,
a:link texto_fichas{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F00;
	font-weight:bold;
	text-decoration:underline;
	
	}



