/* CSS Document */
body{

}
#global{
	font-family:Arial, "Times New Roman";
	font-size:12px;
	color:#000033;
	width:800px;
height:600px;
}
a:link {text-decoration: none; color:red;font-family:Arial, "Times New Roman";}
a:visited {text-decoration: none; color:red;font-family:Arial, "Times New Roman";}
a:active {text-decoration: none; color:red;font-family:Arial, "Times New Roman";}
a:hover { text-decoration : underline; color:red;font-family:Arial, "Times New Roman";}

a.menu_seleccionado:link {text-decoration: none; color:white;font-family:"Trebuchet MS", Arial, "Times New Roman";}
a.menu_seleccionado:visited {text-decoration: none; color:white;font-family:"Trebuchet MS", Arial, "Times New Roman";}
a.menu_seleccionado:active {text-decoration: none; color:white;font-family:"Trebuchet MS", Arial, "Times New Roman";}
a.menu_seleccionado:hover{ text-decoration : underline; color:white;font-family:"Trebuchet MS", Arial, "Times New Roman";}
h1 {
	font-size:16px;
	float:left;
	color:#660000;	
	}
.bold{
	font-weight:bold;}
	
/****************** CABECERA ********************/
#cabecera{
	width:800px;
	height:150px;
	background:#FFFF00;
}
/***************** BOTONES **********************/

#botones{
	width:800px;
	height:20px;
	background-color: #DA000E;
	background-image: url(fondo_btones.jpg);
}
/***************** CONTENIDO **********************/
#global #tira_izq {
	float: left;
}
#global #tira_dcha {
	float: right;
}
#global #mid {
	float:left;
padding:53px 0px 0px 41px;
text-align:justify;
width:350px;
}
#foto_grande{
	padding-left:30px;
	padding-top:30px;
}
.trojo {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #950000; line-height: normal;}
.tfecha {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #950000; line-height: normal;}