body{
	background-image:url("img/fondo1.jpg");
	background-repeat:repeat-x;
	text-align:center;
	background-color:#ffffff;
	margin-top:20px;
	font-family:"Tahoma";
}
p{
	text-align:justify;
	padding-left:20px;
	font-size:16px;
	color:#4b5054;
}
h1{
	color:#0c90a8;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	padding-left:20px;
	padding-top:20px;
}
a{
	text-decoration:none;
	color:#4b5054;
}
a:hover{
	text-decoration:underline;
}

img{
	float:left;
	border:none;
}

#contenedor{
	width:800px;
	height:800px;
	
	margin:auto;
	
}
#cabecera{
	width:800px;
	height:250px;

	
}
#logo{
	width:250px;
	height:250px;
	float:left;
	
}
#cap{
	width:540px;
	height:250px;
	float:left;
}

#esq{
	width:220px;
	height:900px;
	background-image:url("img/degra.jpg");
	background-repeat:repeat-y;
	float:left;
	
}

#dre{
	width:570px;
	height:800px;
	background-color:#g12b4d;
	
	float:left;

}
/****************links**********************/
.webs{
	display:block;
}
.negreta{
	font-weight:bold;
}
/****************galeria********************/
h2{
	
	font-size:18px;
	color:#666666;
	padding:0px;
	align:center;
	margin-top:20px;
	
		
}
#esq img{
	margin:5px;
	margin-left:0px;
	border:none;
	
	
}
a img{
	opacity:.7;
	filter:alpha(opacity=70);
}
a:hover img{
	opacity:1;
	filter:alpha(opacity=100);
}


/****************separadors*****************/
.sep{
	clear:both;
}
