/*puta css*/

a {
border:0;
outline:0;
vertical-align:baseline;
background:transparent;
margin:0;
padding:0;
text-decoration: none;
color: #fff;
}

body {
background-image:url(../images/Untitled-1.png);
background-color:#ede6d3;
font-family:arial;
margin:0;
}

#bar{
	width:800px;
	background-color:#8cc63f;
	height: 20px;
	text-align:center;
	margin:0px;
	margin-bottom:8px;
	clear:both;
	background-image:url(../images/bn.gif);
	background-repeat: repeat-x;
}

#wrap {
	margin:  0 auto;
	width: 800px;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
#menu{
	width:200px;
	height:250px;
	float:left;
	background-image:url(../images/me.png);
	background-position:bottom;
}
#bphotos{
	width: 600px;
	height: 250px;
	float:right;
}
#cont1{
	width:800px;
	height:250px;
}
#cont2{
	width:800px;
	height:150px;;
	margin-bottom:8px;
	margin-top: 5px;
	
}
#bases{
	width:200px;
	height:150px;
	float:left;
}
#b1{
	width: 200px;
	height: 75px;
	float: inherit;

}
#b2{
	width: 200px;
	height: 75px;
	float: inherit;
}
#bque{
	width: 560px;
	float:right;
		padding-left: 20px;
		padding-top: 20px;
		position:relative;
}
#cont3{
	width:800px;
	height: 160px;
	margin-bottom: 10px;
		margin-top: 50px;
}
#noticias{
	width:800px;
	height:20px;
	margin-bottom:8px;
	clear:both;
	
}

#noticiascont{
	width:550px;
	float:left;
	}

#not1{
	width:255px;
	float:left;
	padding:0px 10px 10px 0px;
}
#not2{
	width:265px;
	float:right;
	padding:0px 10px 10px 0px;
}
#merienda{
	width:250px;
	height:135px;
	float: right;
}

#foot{
	width:auto;
	height: 80px;
	margin-bottom: 2px;
	margin-top: 10px;
	clear:both;
	background-color: #569337;
	border-top-color: #630;
	border-top-style: solid;
	border-top-width: 1px;
	background-image:url(../images/logos.gif);
	background-position:center;
	background-repeat: no-repeat;
}

#footsmall{
	width:800px;
	height: 80px;
	clear: both;
	
}
#creditos{
	height: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size:70%; /*mas pequeño el texto*/
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	color: #630;
}

/*estilos*/

ul {
    list-style-type:none; /*con esto quitamos las viñetas*/
	padding: 0;
	margin: 0;
	font-family:Verdana, Geneva, sans-serif;
	
}

li a{
	display:block; /*con esto el vinculo tendra un area rectangular, asi no sera solo el texto*/ 
    color:#FFFFFF; /*mas*/ 
    width:120px;
	margin-top: 15px;
	margin-left: 20px;
	padding:2px 0px 2px 0px; /*sumamos el relleno al ancho y alto del rectangulo para obtener el div #menu completamente ocupado con los ítems del menú*/
    text-decoration:none; /*elimino el subrayado del vínculo*/ 
    font-weight:bold; /*decoración*/
	border-bottom: dotted 1px #000;
	
	}
li a:hover {
    background-color:#8cc63f; /*decoración para el evento hover (mouse encima)*/
	opacity: .7;
	border-bottom: solid 1px #630;

	
}
	}
h3{
	padding: 0px 0px;
	margin: 0;
}
		
.s{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#090;
	}	
	
	.q{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#030;
	}	
	img {
		border-style:none;
		}
.destacado{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color: #030;}
p {
	padding:0;
	margin: 0;
	font-size:12px;
}

.cabeza{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	text-align:justify;
	color: #630;
}

.qa{
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#666;
	margin-left: 10px;
	font-style:normal;
}
.normal{
	font-family:Verdana, Geneva, sans-serif;
	font-siza: 12px;
	color:#333;
	font-style: normal;
}
.mail{
	font-family:Verdana, Geneva, sans-serif;
	font-siza: 12px;
	color:#09C;
	font-style: inherit;
}
#espacio{
	padding: 3px;
	margin: 0px;
}