
/*
 * estlos.css :  Hoja de Estilos para el sitio web de Fevico
 */
/*
 * imágenes
*/
img {
	border: 0px ;
	margin: 0px ;
}

body *, body {
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 13px;
}

.gsc-control { width : 400px; }
.search-control { 
					margin: 20px; }
.tabla{
   width : 970px;
}
h1{
	color:#C12834;
	font-size:1.2em;
	background-color:#FF8487;
	padding:2 2 2 4px;
	border: 1px solid #FF8487 ;
	background-image: url(bg_h1.jpg) ;
	background-repeat: repeat-x ;
	background-position: right ;
}
h2{
	color:#0080C0;
	font-size:0.9em;
	background-color:#E6E7E8;
	padding:2 2 2 4px;
}
h2 a{
	 color:#0080C0;
	text-decoration:none;
}
h2 a:hover{
   color:#0080C0;
	text-decoration:underline;
}
h3{
	color:#0080C0;
	font-size:1.6em;
	display:inline
}
h4{
	color:#0080C0;
	font-size:1.2em;
	display:inline
}

/*
 * vínculos y vínculos visitados
*/
a:link{
	color: #003399 ;
	text-decoration:none;
}
a:visited {
	color: #003399 ;
	text-decoration:none;
}

/*
 * vínculos con el puntero del mouse arriba
*/
a:hover {
	color: #F89920 ;
	text-decoration:underline;
}
.expandir{
	list-style-type: none ;
}
.expandir li{
	padding-top:3px;
}

.expandir h3 a:{
	font-size:3em;
		color:#C12834;
		display:inline
}
.linkcell {
cursor: pointer;padding-top:2px;vertical-align:top;
} 
.tablaresultados{
	float:center;
	width:400px;
	TEXT-ALIGN:center;
	border: 1px solid #C0C0C0;
}
.tablaresultados tr{
	font-size:0.95em;
	border-bottom: 1px solid #C0C0C0;
}


