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

*	{
	margin: 0px;
	padding: 0px;
}
a	{
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.none{
	display:none;
}
.borrar{
	clear: both;
}
body {
	background-image: url(../img/web/motivo.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
#contenedor {
	width: 960px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#cabecera{
	background-image: url(../img/web/cabecera-2.jpg);
	background-repeat:no-repeat;
	width:960px;
	height:162px;
	float: left;
}
#cabecera h1, #cabecera a{
	display:block;
	width:960px;
	height:162px;
}
#cuerpo	{
	width: 960px;
	background-color: #FFFFFF;
	float: left;
}
#miga_pan	{
	width: 920px;
	float: left;
	font-size: 10px;
	color: #400000;	
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#miga_pan a	{
	color: #400000;	
}
#menu_izq	{
	width:150px;
	float: left;
}
#menu_izq h3	{
	font-size: 12px;
	font-weight: bold;
	color: #804000;
	text-align: right;
	margin-top: 5px;
}
#menu_izq ul	{
	margin-left: 15px;
	margin-bottom: 5px;
}
#menu_izq li	{
	list-style-type: none;
	font-size: 11px;
	color: #400000;
}
#menu_izq a	{
	font-size: 11px;
	color: #400000;
}
#contenido {
	width:650px;
	float: left;
}
#titulo	{
	background-image: url(../img/web/h2.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 637px;
	float: right;
	margin-top: 15px;
}
h2	{
	font-size: 14px;
	font-weight: bold;
	color: #400000;
	text-align: right;
	padding-right: 20px;
}
h2 a {
	font-size: 14px;
	font-weight: bold;
	color: #400000;
}
#publi_izq	{
	height: 250px;
	width: 250px;
	float: left;
	margin-right: 15px;
}
#texto	{
	width:600px;
	float: left;
	margin-left: 30px;
	text-align: justify;
	margin-top: 20px;
	margin-right: 10px;
}
h3	{
	font-size: 14px;
	font-weight: bold;
	color: #400000;
	margin-top: 3px;
	margin-bottom: 3px;
}
h4	{
	font-size: 12px;
	font-weight: bold;
	color: #400000;
	margin-top: 3px;
	margin-bottom: 3px;
}
#texto img{
	text-align: left; 
}
#texto ul{
	margin-bottom: 10px;
}
.lista_espacio {
	padding-left: 20px;
	position: relative;
	left: 30px;
	margin-bottom: 10px;
}
.li_peque	{
	width: 350px;
}
.razas	{
	float: left;
	width: 200px;
}
.razas	li {
	font-size: 12px;
	list-style-type: square;
	margin-left: 10px;
}
.izq{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.centrar	{
	text-align: center; 
}
.derecha{
	float: right;
	margin-left: 15px;
	margin-bottom: 10px
}
#texto p	{
	margin-bottom: 10px;
}
#texto a	{
	color: #400000;
	font-weight: bold;
}
.nota	{
	font-size: 10px;
	text-align: center;
}
.autor{
	font-style: italic;
	text-align: right;
}
table {
	border: 1px solid #996600;
	border-collapse: collapse;
	width: 590px;
	margin-top: 10px;
	margin-bottom: 10px;
}
td, th{
	border: 1px solid #996600;
	border-collapse: collapse;
	text-align: center;
}
#publi_der	{
	width:160px;
	float: right;
}
#publi-centro	{
	margin-left: 100px;
}
#pie	{
	background-image: url(../img/web/pie.jpg);
	height: 46px;
	width: 960px;
	float: left;
	font-size: 10px;
	color: #400000;
	background-color: #FFFFFF;
	padding-bottom: 30px;
	background-repeat: no-repeat;
}
#pie p	{
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 15px;
}
#pie ul	{
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 5px;
	color: #804000;
	text-align: center;
}
#pie li	{
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	margin-left: 10px;
}
#pie a	{
	font-size: 10px;
	color: #804000;
}

