/* Estilo CSS */

/* ............ Tags HTML ............ */

body {
	background-color: #fff;
	color: #333;
	font-size: 80%;
	}
	
h1, h2, h3, h4, h5, p, a, li {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;	
	}
	
a {text-decoration: none; color: #c00;}
a:hover {text-decoration: underline;}	

/* ............ Layout ............ */

#portada {
	width: 620px;
	margin: 2em auto;
	padding: 0;
	text-align: center;
	}

#contenedor {
	margin: 1em auto;
	padding: 0;
	width: 760px;
	background-color: #fff;
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat-y;
	text-align: center;
	}
	
#encabezado {
	margin: 0;
	padding: 0 5px 0 0;
	height: 155px;
	background-image: url(imagenes/banner.jpg);
/*	border-bottom: 5px solid #3a717a;*/
	}
	
#contenido {
	float: none;
	width: 550px;
	margin: 10px auto;
	padding: 20px 40px;
	text-align: left;
	}	
	
#menu {
	float: left;
	width: 150px;
	padding: 0;
	margin: 22px 0 0 1px;
	text-align: left;
	}	
	
#pie {
	clear: both;
	padding: 1em;
	color: #444;
	text-align: center;
	font-size: .9em;
	}	
	
#fin {
	height: 20px;
	background-image: url(imagenes/pie.jpg);
	background-repeat: no-repeat;
	}
	

/* ............ Portada ............ */	

body.portada {
	background-color: #D5F2F8;
	}

#portada h1, #portada h2, #portada h3 {
	display: none;}
	
#portada p {
	margin: 10px;
	font-size: 1em;
	line-height: 1.4em;
	color: #111;
	text-align: center;
	}	
	
#portada img {
	border: 0;
	text-align: center;
	}	

/* ............ Encabezado ............ */	

#encabezado h1 {display: none;}

/* ............ Menu ............ */	

#cfnavbar{
	padding: 0;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 70px;
	}
	
#cfnavbar ul{
	background: url(imagenes/bgpink.gif) bottom center repeat-x;
	padding-left: 0;
	margin: 0;
	float: left;
	font: normal 11px Arial, Helvetica, sans-serif;
	}
	
* html #cfnavbar ul{ /*IE only rule. Add extra margin-bottom*/
	margin-bottom: 1em;
	}
	
#cfnavbar ul li{
	display: inline;
	}
	
	
#cfnavbar ul li a, #cfnavbar ul li span{
	float: left;
	color: black;
	font-weight: normal;
	padding: 7px 13px 10px 6px;
	text-decoration: none;
	background: url(imagenes/dividerpink.gif) bottom right no-repeat;
	}
	
#cfnavbar ul li span{ /*Targets span tag to the right of #leftcorner below*/
	padding-left: 0px;
	}
	
	
#cfnavbar ul li a#leftcorner{
	float: none;
	padding-left: 10px;
	padding-right: 0px;
	background: url(imagenes/leftcornerpink.gif) bottom left no-repeat;
	}
	
#cfnavbar ul li a#rightcorner{
	padding-right: 10px;
	background: url(imagenes/rightcornerpink.gif) bottom right no-repeat;
	}
	
#cfnavbar ul li a:hover{
	/*text-decoration: underline;*/
	color: #c00;
	}

/* ............ Contenido ............ */	

#contenido h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #2f494d;
	border-bottom: 1px solid #2f494d;
	margin-bottom: 1.2em;
	}
	
#contenido h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #2f494d;
	margin: 1.3em 0 1.2em 0;
	}	
	
#contenido h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #2f494d;
	margin: 0 0 1.2em 0;
	}		

#contenido p, #contenido li, #contenido label, #contenido td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	line-height: 1.4em;
	color: #111;
	margin-bottom: 1em;
	text-align: left;
	}
	
#contenido th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	}	
	
#contenido img.foto-izq {
	border: 1px solid #333;
	float: left;
	margin: 0 20px 8px 0;
	}	
	
#contenido img.foto-der {
	border: 1px solid #333;
	float: right;
	margin: 0 0 8px 20px;
	}		
	
#contenido .navegacion {
	padding: 10px 0;
	border-top: 2px solid #3a717a;
	background-color: #ebf9ff;
	text-align: center;
	}	
	
#contenido .navegacion a {	
	padding: 2px 5px;
	margin: 5px 10px;
	background-image:url(imagenes/bg_boton.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #3a717a;
	border-right: 1px solid #3a717a;
	border-top: 1px solid #8cd3ff;
	border-left: 1px solid #8cd3ff;	
	color: #3a717a;
	}
	
#contenido .navegacion a:hover {
	text-decoration: none;
	color: #333;
	}
	
#contenido table.perros {
	}	
	
#contenido table.perros tr {margin: 5px 0;background-color: #F8FBFC;}
#contenido table.perros tr.alterna {background-color: #E6EFF2;}

#contenido table.perros td {	
	padding: 5px 10px;
/*	border-top: 1px solid #3a717a;*/
	border-bottom: 1px solid #3a717a;	
	}
	
#contenido table td.foto {	
	padding: 0;
	background-color: #fff;
	border-bottom: 1px solid #333;;	
	width: 100px;
	}	
	
#contenido table td.foto img{	
	padding: 1px;
	}		
	
#contenido .campo {
	width: 250px;
	padding: 2px;
	border: 1px solid #3a717a;
	color: #444;
	}
	
#contenido table.datos {
	border: 1px solid #111;
	}
	
#contenido table.datos th {
	text-align: center;
	font-weight: bold;
	background-color: #b2d9e1;
	border-bottom: 1px solid #9fc4cc;
	}
	
#contenido table.datos td {
	border-bottom: 1px solid #111;
	}				
	
.mensajeok {
	padding: 5px;
	background: #eee;
	border: 1px solid #ccc;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #333;
	}

