@CHARSET "UTF-8";
body{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: #000000 url(../img/fondo.jpg)repeat-x top left fixed;
}
a:ACTIVE{
	color:white;
	text-decoration: none;
}
a:LINK{
	color:white;
	text-decoration: none;
}
a:HOVER{
	color:white;
	text-decoration: underline;
}
a:FOCUS{
	color:white;
	text-decoration: none;
}
a:VISITED{
	color:white;
	text-decoration: none;	
}
h1{
	font-family:impact;
	font-size:35px;
	color:#000000;
}
p{
	color:#ffffff;
	font-size:12px;
}
input{
	border:solid 1px;
	border-bottom-width:thin;
	border-color:#cccccc;
	width: 200px;
	margin: 5px 3px 5px 3px;
}
textarea{
	border:solid 1px;
	border-bottom-width:thin;
	border-color:#cccccc;
	width: 200px;
	height: 60px;
	margin: 5px 3px 5px 3px;
}
ul, li{
	color: #ffffff;
}
form{
	font-size: 9px;
	color:#ffffff;
}
#contenido{
	margin:auto;
	color:#000000;
	width:770px;
}
#header{
	width:770px;
	height:80px;
	padding: 10px 10px 10px 10px;
}
#logo{
	background: url(../img/logo.gif) no-repeat;
	width:411px;
	height:93px;
	float:left;
}
#menu{
	color:white;
	text-align:center;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	background:url(../img/menu.gif) no-repeat;
	width:297px;
	height:43px;
	margin-top:33px;
	float:right;
	margin-right:30px;
	padding: 13px 0px 10px 0px;
}
#cuerpo{
	background: url(../img/esqueleto.png) no-repeat;
	width:770px;
	height:463px;
	padding: 10px 10px 10px 10px;
}
#footer{
	color:#cccccc;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	float:right;
	margin-right: 30px;
}

#muestra{
	width:348px;
	height:207px;
	background: url(../img/thumbsBlanco.gif) no-repeat;
	padding: 5px 5px 5px 5px;
}
#textoMuestra{
	margin-top:50px;
	color:#ffffff;
	float:right;
	margin-right: 20px;
	font-size:10px;
}
#seccionA{
	margin: 15px 0px 0px 30px;
	float:left;
	width:40%;
}
#seccionB{
	margin: 30px 50px 0px 0px;
	float:right;
	width:40%;
	overflow:inherit;
}
#imagen{
	margin-top: 70px;
	margin-left:20px;
	width:130px;
	height:70px;
	text-align:center;
	float:left;
}
#resto{
	margin: 30px 30px 30px 30px;
}
#colA{
	width:40%;
	float:left;
	padding: 10px 0px 10px 10px;
}
#colB{
	width:40%;
	float:left;
	padding: 10px 10px 10px 10px;
	margin-right: 40px;
}
