@charset "utf-8";
/* CSS Document */

* {
margin : 0;
padding : 0;
list-style : none;
text-decoration : none;
}


body {background:#222222; font: 11px Verdana, Arial, Helvetica, sans-serif; color:#ddd;}

#main {
width:800px;
margin:0px auto 0px auto;
background:url(estilo/wrapbg1.gif) center top no-repeat;
}
.logo {float:left; margin: 18px 0 0 93px;}
.contacto {float:left;  margin: 40px 0px 0 35px ;}
.home {float:right; margin:0px;}
img {border:none;}
a:link {
	text-decoration: none;
	color:#FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #e60097;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #e60097;
}

#header {
height:180px;
/*background:url(estilo/headerbg.gif) center bottom no-repeat;*/
}

.content {	
border-top:0px solid #000;
padding: 0px;}

.content img {
float:right;
border: 5px solid #000; 
margin-left:10px;}

.gallery {
		background: url(estilo/hr.gif) repeat-x bottom;
		padding: 0px;
		width: 600px;
		margin:0 auto 0 auto;
	}
	.gallery ul { list-style: none; margin:0 0 15px 0; padding:13px 0px 10px 3px; }
	.gallery ul li { display: inline; }
	.gallery ul img {
		border: 5px solid #000;
		margin:0px 6px 7px 0px;
	}
	.gallery ul a:hover img {
		border: 5px solid #333;
		color: #fff;
	}
	.gallery ul a:hover { color: #fff; }
#descargas {width:600px;margin:0 auto 0 auto; height: 150px; background: url(estilo/hr.gif) repeat-x bottom;}
.pdesc {
margin:15px 0 0 0;
text-align:justify;
color:#aaa;}
.pdesc img {
margin:0 0 0 20px;
display:inline;
float:right;}

#footer {width:600px;margin:10px auto 0 auto; height: 30px;}
#footer p {color:#888; font: 10px Arial, Helvetica, sans-serif;}