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

* {
	margin:0 auto;
}

body {
	width:1002px;
	background-color:#6D5801;
}

#cabecera {
	background:#6D5801;
	width:904px;
	height:385px;
}

#logo {
	background: #6D5801 url(imagenes/logo.gif) no-repeat;
	width:272px;
	height:385px;
	float:left;
}

#banner {
	background:#6D5801 url(imagenes/banner.gif) no-repeat;
	width:632px;
	height:385px;
	float:right;
}

#contenido {
	width:904px;
	background:url(imagenes/fondo.gif) repeat-y;
}

#col1 {
	width:261px;
	float:left;
}

#menu {
	margin:0;
	padding:0 0 0 21px;
	width:238px;
}
 
#menu img {
	border:none;
	float:left;
}

#menu a {
display:block;
text-decoration:none;


}

#col1 p {
	text-align:center; 
	padding-left:22px;
	color:#0f4c8d;
}

#col2 {

	float:right;
	width:643px;
}

#texto {
	width:610px;
	background:url(imagenes/contenido_texto.gif) repeat-y;
	margin:auto;
}

#texto p {
	padding:5px 20px 5px 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666;
	line-height:150%;
	
}

#texto h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	padding:5px 20px 5px 20px;
	color:#914891;

}

.perros {
	border:none;
	background-color:#ddd;
	padding:7px;
	margin:10px;

}

#footer {
	margin:0 auto;
	text-align:center;
	background:#6D5801;
	color:#FFFFFF;
	width:904px;
}

.quantum {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFF;
}

.quantum a {
	text-decoration:none;
	color:#FFF;
}
