/*GENERALES */

* 
{
	padding: 0;
	margin: 0;
	z-index: 1;
}

html 
{ 
	
}

body 
{
	margin:0px;
	padding:0px;
	text-align:center;
}

a 
{
	text-decoration:none;
}

img 
{
	border:0px;
}

a:hover 
{
		text-decoration:underline;
}

ul 
{
	list-style-type:none;
	list-style-position:outside;
	list-style-image:none;
	margin:0;
	padding:0;
}


#pagina
{
	width:900px;
	/*height:600px;*/
	margin: 0 auto;
	/*border:1px solid black;*/
	padding: 0;
}

#cabecera 
{
	width:100%;
	height:134px;
	margin:0;
	padding:0;
/*	border:1px solid black;*/
}


#menu
{
	margin: 2px 5px 2px 5px;
	padding: 0;
	width: 890px;
	height: 55px;
	background-image: url(../img/asturcan_logo_menu.jpg);
	background-repeat: no-repeat;
	background-position:350px 0px;
}



#menuIzquierda ul
{
	width:45%;
	height:24px;
	float: left;
/*	border:1px solid white;*/
/*	margin:20px auto 8px auto;*/
	/*
	background-image:url(../img/barra_botones.gif);
	background-repeat: no-repeat;
	background-position:100px 0px;
*/
}


#menuDerecha ul
{
	width:45%;
	height:24px;
	float: right;
}
	

#menuIzquierda ul li, #menuDerecha ul li
{
	width:105px;
	height:20px;
	margin-right:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #fff;
	/*color: #000;*/
	text-align:center;
	border:1px solid black;
	list-style: none;
	background-image:url(../img/boton.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	padding-top: 4px;
}

#menuIzquierda ul li a, #menuDerecha ul li a
{
	color: #fff;
	/*color: #000;*/

}

#menuIzquierda ul li
{
	float:left;
}

#menuDerecha ul li
{
	float:right;
}

.actual
{
	/*background-image:url(../img/botonpress.jpg) !important;*/
	background-image: none !important;
	background-color: #889074;
}


#contenido
{
	text-align: justify;
}

#contenido #colIzquierda
{
	width:550px;
	height:400px;
	float:left;
	display:inline;
	
	text-align: justify;
}

#migas-de-pan
{
	padding: 0 0 15px 10px;
	font-size: 12px;
	text-align: justify;
}

#migas-de-pan a
{
	color: #999900;
}


.titulo 
{
	width:530px;
	border-bottom:4px solid #999900;
	margin: 0 0 10px 10px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 25px;
	color: #999900;
	font-weight: bold;
}

#contenido #colIzquierda p, #colIzquierdaSinBarraInferior p
{
	padding: 3px 10px 15px 10px;
	font-family: Times New Roman, Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
}





#contenido #colDerecha 
{
	width:350px;
	height:400px;
	float:right;
	
	/*margin-top: 60px;*/
	margin-top: 30px;
	
	
	
/*	border:1px solid black;*/
}

#contenido #colDerecha #fotoDerechaInicio
{
	
	width:350px;
	height:400px;
	
	background-image:url(../img/asturcan_inicio_perro.jpg);
	background-repeat:no-repeat;
}

#contenido #colDerecha #fotoDerechaRazas
{
	
	width:350px;
	height:400px;
	
	background-image:url(../img/asturcan_razas_foto.jpg);
	background-repeat:no-repeat;
}

#pie
{
	margin-top: 40px;
	clear: both;
	width: 900px;
	height: 30px;
	
	border-top:4px solid #999900;
	border-bottom:4px solid #999900;
	
	
}


#pie .contenidoPie
{
	padding-top: 5px;
	padding-right: 5px;
	text-align: right;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

#pie a
{
	text-decoration:none;
	color: #000;
}

.naranja
{
	color: #999900;
}

/************************************************/
/*		nuestras razas					*/
/************************************************/



#razas
{
	margin: 3px 0px 0px 10px;
	
}

#razas h3
{
	color: #9e9e9e;
	font-size: 14px;
	padding-left: 100px;
}

.raza img
{
	
}

.raza
{
	width: 249px;
	height: 132px;
	float: left;
	margin-right: 12px;
}

#razas .bulldog
{
	background-image:url(../img/asturcan_fondo_bulldogs.jpg);
	background-repeat:no-repeat;
}

#razas .sharpei
{
	background-image:url(../img/asturcan_fondo_sharpeis.jpg);
	background-repeat:no-repeat;
}


.raza ul li
{
	padding: 0.19em 0 0.19em 100px;
	list-style: none;
	color: #fff;
	
	font-weight: bold;
}

.raza ul li a
{
	color: #fff;
}




/************************************************/
/*		contacto						*/
/************************************************/

#contenido #colIzquierdaContacto  p
{
	padding: 3px 10px 3px 10px;
	font-family: Times New Roman, Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	
}

#contenido #colIzquierdaContacto .titulo 
{
	width:330px;
	border-bottom:4px solid #999900;
	margin: 0 0 10px 10px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 25px;
	color: #999900;
	font-weight: bold;
}

#contenido #colIzquierdaContacto
{
	width:350px;
	/*height:400px;*/
	float:left;
	display:inline;
	
	text-align: justify;
}

#contenido #colDerechaContacto
{
	width:550px;
	height:400px;
	float:right;
	
	margin-top: 30px;
	
}


#formularioContacto
{
	margin: 10px 0 10px 10px;
	text-align: left;
}

#formularioContacto h2
{
	color: red;
	margin: 0 0 0 10px;
	
}


/************************************************/
/*		stand de raza shar-pei				*/
/************************************************/
#colIzquierdaSinBarraInferior img
{
	float: right;
	margin: -15px 0 10px 10px;
}


#colIzquierdaSinBarraInferior
{
	display:inline;
	text-align: justify;
}

#colIzquierdaSinBarraInferior h4
{
	padding: 0px 10px 0px 10px;
	
}

.caracteristicasStandDeRaza
{
	padding: 3px 10px 15px 30px;
}

.caracteristicasStandDeRaza li
{
	list-style-type: disc;
	list-style-position: outside; 
}


/************************************************/
/*		stand de raza shar-pei				*/
/************************************************/


.tituloLargo
{
	width:890px;
	border-bottom:4px solid #999900;
	margin: 0 0 10px 10px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 25px;
	color: #999900;
	font-weight: bold;
	text-align: justify;
}

.perro
{
	
	height: 198px;
	margin: 0 0 10px 10px;
	
}

.perro .descripcion
{
	float: left;
	width: 445px;
	height: 198px;
	background-image:url(../img/asturcan_fondo_perro.jpg);
	background-repeat:no-repeat;
	text-align: justify;
}

.perro .descripcion img
{
	margin: 15px;
	float: left;
}

.perro .descripcion .datos
{
	float: right;
	width: 180px;
	height: 165px;
	margin: 15px 10px 0 0;
}

.perro .descripcion h3
{
	background-color: #999900;
	color: #fff;
	font-size: 18px;
	text-align: left;
	margin-bottom: 5px;
}

.perro .descripcion p
{
	font-size: 11px;
}


.perro .fotos
{
	float: right;
	width: 445px;
	height: 198px;
	background-image:url(../img/asturcan_fondo_fotos_perro.jpg);
	background-repeat:no-repeat;
}


.perro .fotos .foto
{
	float: left;
	margin: 20px 20px 10px 20px;
	
}

.perro .fotos .foto a
{
	border: 0;
	
}



/********************************
	enlaces 
********************************/





#enlaces li {
		float:right;
		position:relative;
		width:40px;
		/*margin-right: 60px;*/
	}

	#enlaces li a {
		text-decoration:none;
		display:block;
		height:1em;
	}

	#enlaces ul {
		visibility:hidden;
		width:auto;
		position:absolute;
		height:0;
		top:-110px;
		left:-115px; 
	}
	
	#enlaces li ul li {
		margin:0 !important;
		/*height:0px;*/
		text-align:left;
		float:none;
		
	}

	#enlaces li ul li a, #enlaces li ul li a:hover  {
		background:#e6e6e6;
		margin:0;
		padding:0.2em 0.5em 0.6em 0.5em;
		height:auto;
		display:block;
		width:150px;
		color:#999900;
		text-align:left;
		
	}

	#enlaces ul a, #pie ul ul a:hover {
		display:block;
		height:1.5em;
		
	}



	#enlaces li:hover ul, #enlaces a:hover ul {
		visibility:visible;
		
	}


/*******************************
ENLACES
********************************/
.enlaces
{
	
	height: 198px;
	margin: 0 0 10px 10px;
	
}

.calendarios
{
	float: left;
	width: 445px;
	height: 198px;
	background-image:url(../img/fondo-eventos.jpg);
	background-repeat:no-repeat;
	text-align: justify;
}

.exposiciones
{
	float: right;
	width: 445px;
	height: 198px;
	background-image:url(../img/fondo-eventos.jpg);
	background-repeat:no-repeat;
}

.enlaces h3
{
	padding: 15px 0 0 10px;
	color: #fff;
}

.enlaces ul
{
	margin: 5px 0 0 15px;
}

.enlaces ul li
{
	font-size: 12px;
	padding-bottom: 1px;
}

.enlaces ul li a
{
	color: #000;
}


/****************************************************
CAMADAS
****************************************************/
#camadas
{
	margin: 0 0 10px 10px;
}

#camadas h3
{
	background-color: #999900;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-bottom: 5px;
}

#camadassharpei
{
	float: left;
	width: 434px;
	
	text-align: justify;
}

#camadassharpei .camada
{
float: left;
	width: 434px;
	height: 192px;
	background-image:url(../img/asturcan_fondo_camadas.jpg);
	background-repeat:no-repeat;
	margin-bottom: 10px;
}


#camadasbulldog
{
	float: right;
	width: 434px;
	
}

#camadasbulldog .camada
{
	float: right;
	width: 434px;
	height: 192px;
	background-image:url(../img/asturcan_fondo_camadas.jpg);
	background-repeat:no-repeat;
	margin-bottom: 10px;
}

.camada h4
{
	color: #999900;
	text-decoration: underline;
	margin-bottom: 15px;
	font-size: 18px;
}

.camada h5
{
	text-align: center;
	color: #999900;
	font-size: 16px;
}

#camadas .padres
{
	float: left;
	width: 190px;
	height: 150px;
	margin-left: 10px;
}

#camadas .hijos
{
	float: right;
	width: 210px;
	height: 150px;
	margin-right: 10px;
}

#camadas .foto
{
	float: left;
	margin: 0 4px 7px 4px;
}
