@charset "utf-8";
/* 
	CUCOCAN Golden Retriever CSS Document
*/
html {
	height: 100%;
}
body {
	height: 100%;
	background-color: #611;
	margin: 0px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	overflow-y: auto;
}
div.fondoSup {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 0px;
	height: 720px;
	background-image: url(../images/fondoSuperior.png);
	z-index: 0;
}
div.floralIzqdo {
	position: absolute;
	left: 50%;
	margin-left: -820px;
	width: 380px;
	top: 130px;
	height: 332px;
	z-index: 1;
}
div.floralDrcho {
	position: absolute;
	left: 50%;
	margin-left: 480px;
	width: 380px;
	top: 130px;
	height: 332px;
	z-index: 2;
}
div.contenedor {
	position: absolute;
	left: 50%;
	margin-left: -440px;
	width: 920px;
	min-height: 100%;
	background-color: #FFF;
	border-left: #999 solid 1px;
	border-right: #999 solid 1px;
	font-size: 14px;
	z-index: 10;
}
* html div.contenedor {
	height: 100%;
}
div.fondoSuperior {
	position: absolute;
	left: 50%;
	margin-left: -440px;
	width: 892px;
	top: 0px;
	height: 15px;
	background-color: #911;
	border-bottom: #999 solid 1px;
	color: #FFF;
	font-size: 14px;
	text-align: right;
	padding: 15px;
	z-index: 20;
}
div.superior {
	position: absolute;
	left: 50%;
	margin-left: -440px;
	width: 892px;
	top: 0px;
	height: 15px;
	color: #FFF;
	font-size: 14px;
	text-align: right;
	padding: 15px;
	z-index: 45;
}
div.foto {
	position: absolute;
	left: 50%;
	margin-left: -439px;
	width: 350px;
	top: 143px;
	height: auto;
	z-index: 30;
}
div.logo {
	position: absolute;
	left: 50%;
	margin-left: -483px;
	width: 360px;
	top: 3px;
	height: 140px;
	z-index: 40;
}
div.texto {
	font-size: 13px;
	color: #000;
	/*text-align: justify;*/
	vertical-align: text-top;
	padding: 35px 15px 40px 365px;
}
div.noticias {
	font-size: 13px;
	color: #000;
	/*text-align: justify;*/
	vertical-align: text-top;
	min-height: 160px;
	padding: 0px;
}
* html div.noticias {
	height: 160px;
}
div.inferior {
	position: absolute;
	left: 50%;
	margin-left: -461px;
	width: 912px;
	bottom: 0px;
	height: 15px;
	background-color: #611;
	border-top: #999 solid 1px;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	padding: 5px;
	z-index: 1000;
}
.titulo {
	font-size: 36px;
	color: #911;
	text-align: right;
	margin: 0;
}
.subtitulo {
	font-size: 24px;
	color: #999;
	text-align: right;
	margin: 0;
}
.subMenu, .seccion {
	font-size: 14px;
	color: #911;
	text-align: right;
}
.seccion {
	border-bottom: 1px #999999 solid;
}
.nombre {
	font-size: 14px;
	color: #911;
	font-weight: bold;
}
.nombreFamilliar {
	font-size: 12px;
	color: #666;
}
a, a:link, a:visited, a:active	{ 
	color: #FFF; 
	text-decoration: none; 
}
a:hover { 
	/*color: #6B97A5;*/
	color: #F6B949; 
	text-decoration: underline;
}
a.rojo, a.rojo:link, a.rojo:visited, a.rojo:active	{ 
	color: #911; 
	text-decoration: none; 
}
a.rojo:hover { 
	/*color: #6B97A5;*/
	color: #333; 
	text-decoration: underline;
}

table.camadas {
	margin: auto;
	width: 400px;
	border: #911 solid 1px;
	background-color:#FC6;
}
td.padres {
	width: 180px;
	text-align: center;
}
table.golden {
	margin: auto;
	width: 500px;
	border: 0px;
}
td.pedPadre {
	background-color: #FC6;
	font-size: 13px;
	color: #911;
	width: 155px;
	text-align: left;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 3px;	
	border: 1px #FFFFFF solid;	
}
td.pedMadre {
	background-color: #911;
	font-size: 13px;
	color: #FC6;
	width: 155px;
	text-align: left;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 3px;	
	border: 1px #FFFFFF solid;	
}
img.imgNot {
	padding-right: 10px;
}
