/* CSS Document */

body{
	background:#FFFFFF;
	margin-top:5px;
	margin-left:25px;
	margin-right:25px;
	}
	
/* ------------------------------------------------- Contenedor: Contenido Web ------------------------------------------------- */

#contenedor{
	width:100%;
	height:100%;
	background:#FFFFFF;	
	font-family:"Times New Roman", Times, serif;
	font-size:14px;

	}
	
/* ------------------------------------------------ Cabecera: Color Verde Claro ------------------------------------------------ */

#cabecera{
	border:1px solid #D5EDB3;
	height:200px;
	background:#D5EDB3;	
	}
	
/* ------------------------------------------- Título Cabecera Comarca del Pas: Verde  ----------------------------------------- */
	
	/* ---- TITULO: COMARCA DEL PAS ---- */
.titulo1{
	font-family:"Georgia";
	font-size:40px;
	font-weight:bold;
	text-align:center;	
	color:#415B1C;
	padding-top:30px;
	}
	
	/* ---- TITULO: Cría y selección de Setter Inglés para Becada ---- */
.titulo2{
	font-family:"Georgia";
	font-size:16px;
	font-weight:bold;
	color:#000000;
	padding-left:30px;
	}
	
	/* ---- TITULO: AFIJO: 14394 FCI: 0451/07  ---- */
.titulo3{
	font-family:"Georgia";
	font-size:13px;
	font-weight:bold;
	color:#000000;
	padding-right:30px;
	}

/* --------------------------------------------------- Elemento Flash Banner --------------------------------------------------- */

#detalles1{
	float:left;
	}

/* -------------------------------------------------- Cabecera2: Franga Negra -------------------------------------------------- */

#cabe2{
	height:30px;
	background:#000000;	
	}
	
	/* ---- Texto: Comarca del pas ---- */
.texto1{
	font-family:"Georgia";
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	float:left;
	margin-left:10px;
	margin-top:5px;
	}
	
	/* ---- Texto: Fecha ---- */
.texto2{
	font-family:"Georgia";
	font-size:14px;
	color:#FFFFFF;
	float:right;
	margin-right:20px;
	margin-top:5px;
	}	

/* -------------------------------------------------- Menú: Parte Izquierda -------------------------------------------------- */

#menu{
	background:#D5EDB3;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	text-align:left;
	width:19%;
	height:610px;
	float:left;
	}
	
#menu ul{
	list-style:none;
	height:10px;
	margin:5px;
	}

	/* ----- Menú: Cuadros verdes ----- */
#menu li{	
	background:#415B1C;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	height:25px;
	margin:2px;
	padding-left:6px;
	padding-top:4px;	
	}
	
	/* ----- Menú: Vínculos ----- */
#menu a{	
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	text-decoration:none;
}

#menu a:hover{
	background:#D5EDB3;
	font-family:"Times New Roman", Times, serif;
	color:#415B1C;
	font-size:15px;
	height:15px;
}

	/* ---- Texto: Royal Cannin ---- */
.texto3{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	list-style:none;
	height:10px;
	margin:5px;
	text-align:center;
	font-weight:bold;
	color:#000000;
}	

/* -------------------------------------------------- Centro: Texto y Logotipo ------------------------------------------------- */
	
#centro{
	border:1px solid #D5EDB3;
	font-family:"Georgia";
	font-size:14px;
	color:#000000;
	text-align:center;
	height:400px;
	width:100%;
	float:right;
	}
	
	/* ---- TITULO: .:: NUESTROS SETTERS ::. ---- */
.titulo5{
	font-family:"Georgia";
	font-size:18px;
	text-align:left;	
	color:#415B1C;
	margin-left:210px;
	padding-top:30px;
	}
	
	/* ---- TEXTO  ---- */
.texto4{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	margin-left:230px;
	text-align:left;
	}
	
.texto6{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	text-align:center;	
	margin-left:70px;
	font-weight:bold;  
	}
	
.texto7{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	text-align:center;	
	margin-left:30px;
	font-weight:bold;  
	}
	
.texto8{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	text-align:center;	
	margin-left:42px;
	font-weight:bold;  
	}

.texto9{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#000000;
	text-align:center;	
	margin-left:70px;
	font-weight:bold;  
	}
	
	/* ---- VINCULO: NUESTROS SETTERS ---- */

#setter a{
	font-family:"Georgia";
	font-size:16px;
	color:#415B1C;
	text-decoration:none;
	font-weight:bold;
	}

#setter a:hover{
	font-family:"Georgia";
	font-size:16px;
	color:#B3D582;
	font-weight:bold;
	text-decoration:underline;
	}

/* ------------------------------------------------------- Pie de la Web ------------------------------------------------------- */

#pie{
	height:30px;
	background:#000000;	
	}	
	
	/* ---- TEXTO PIE DE PÁGINA ---- */
.texto5{
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:left;
	padding-top:8px;
	padding-left:5px;
	}
