/* CSS Document */

body {
	/*width:900px;*/
	margin-left:0; 
	margin-right:0;
	margin-top:0px;
	margin-bottom:0px;
	color:#000000;
	background-image:url(imagenes/fondo-general.gif);
	background-repeat:repeat-x;
}
*{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
}
.linea{
	width:auto;
	margin-left:10px;
	margin-right:10px;
	border-bottom:#999999;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin-top:5px;
	margin-bottom:10px;
}
.cuadrado{
width:205px;
height:150px;
border-color:#666666;
border-style:solid;
border-width:1px;
margin-right:5px;
text-align:center;
padding-top:5px;
padding-bottom:5px;
}
.cuadrado a {
color:#0000FF;
text-decoration:none;
font-size:15px;
font-weight:bold;
}
.cuadrado a:hover{
color:#66CCFF;
text-decoration:underline;
}
