fieldset {
    border: 1px solid #ccc;
    padding: 10px 10px 0px 10px;
    color: #000;
}
input {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    font-weight: bold;
    background-color: #FFFFFF;
}
textarea {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #ccc;
    background-color: #FFFFFF;
}
hr {
    border: 1px solid #fff;
    margin-bottom: 15px;
}
/* generales */
body {
    background: url(imagenes/bg.png) repeat-x #E8F7F9;
    font-family: tahoma, verdana, arial;
    font-size: 10px;
    color: #222222;
}
* {
    margin: 0;
    padding: 0;
}
img { border: 0 }
p { margin-bottom: 10px }
ol {
    margin: 0 0 10px 20px;
    padding: 0;
}
a {
    text-decoration: none;
    color: #D2691E;
}
a:hover {
    text-decoration: none;
    color: #ccc;
}
h1 {
    padding-right: 35px;
    padding-top: 5px;
    text-align: right;
    color: #556B2F;
    font-family: Verdana;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 0px;
    font-style: italic;
}
h2 {
    margin-bottom: 15px;
    color: #222;
	font-size: 29px;
	font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: -1px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
	text-shadow: 1px 1px 0px #fff;
}
h2 span {  }
h3 {
    margin-bottom: 8px;
    color: #D2691E;
    font-family: tahoma, verdana, arial;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0px;
}
#banners {
    float: right;
    margin: 20px 20px 0px 0px;
}
#banners img { border: 0px solid #fff }
.clear { clear: both }
.logo {
    float: left;
    padding: 0;
    margin: 0;
}
.left {
    float: left;
    margin: 0 10px 5px 0;
}
.right {
    float: right;
    margin: 0 0 5px 10px;
}
.radio { border: 0 }
.input1 {
    padding: 3px;
    color: #D2691E;
    margin-bottom: 2px;
    border: 1px solid #ccc;
}
.input2 {
    padding: 3px;
    background: #444;
    color: #fff;
    border: 0px solid #D2691E;
}
.input3 {
    padding: 3px;
    color: #D2691E;
    width: 400px;
    height: 200px;
}
.boton {
    padding: 5px;
    color: #fff;
    background-color: #444;
    margin-top: 10px;
    border: 0px solid #D2691E;
}
.mini { font-size: 10px }
.paginacion {
    text-align: center;
    margin:0 0 20px 0;
	font-size:13px;
    color: #aaa;
	overflow:hidden;
}
.color{
	color:#333;
}
.verde {
    color: #009900;
    font-weight: bold;
}
.naranja { color: #FF6600 }
.rojo { color: #c00 }
.azul { color: #0255D2 }
.rosa { color: #F852F3 }
.fotoenviada {
    padding: 10px;
    margin-bottom: 20px;
    background: #D2FFD2;
    border: 1px dashed #009900;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.lista1 {
    margin: 0 0 10px 15px;
    padding: 0;
}
.lista1 li {
    margin: 0 0 5px 0;
    padding: 0;
}
/* Structure */
#envoltura {
    margin: 0 auto;
    width: 980px;
    background: #ffffff;
    font-size: 1.20em;
}
#cabecera {
    height: 100px;
    background: #B2CC33 url(imagenes/bgcabecera.png) repeat-x;
}
#menu {
    height: 35px;
    line-height: 35px;
    background: url(imagenes/bg-menu.png) repeat-x;
    padding: 0px;
}
#lateral {
    float: right;
    width: 210px;
	padding:20px 0;
    background: #efefef;
}
#publider {
    float: right;
    width: 180px;
    background: #fff;
    padding-top: 15px;
    text-align: center;
}
#contenido {
    float: left;
    width: 748px;
    min-height: 400px;
}
#pie {
    clear: both;
	height: 215px;
    background:#ABC229 url(imagenes/bg-pie.jpg) top repeat-x;
	overflow:hidden;
}
#pie a {
	color: #336600;
}
/* entrada de contenido */
.entrada {
    margin: 20px 0 20px 20px;
    text-align: justify;
    line-height: 1.75em;
    color: #333;
	overflow:hidden;
}
/* Menu */
#menu { position:relative; font-family: Arial, Tahoma, "Trebuchet MS", Arial }
#menu ul {
    list-style-type: none;
    line-height: 35px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}
#menu li {
    float: left;
    border-right: 1px solid #555;
}
#menu li a {
    padding: 0 20px;
    display: block;
    color: #ddd;
    text-shadow: #111 0px 1px 0px;
}
#menu li a:hover {
    color: #fff;
    text-shadow: #444 0px 1px 0px;
}
#menu li img { margin-top: -4px }
/* buscar */
.buscar1 {
    margin-left: 10px;
    padding: 3px;
    font-size: 11px;
    color: #D2691E;
    font-weight: bold;
    width: 152px;
    border: 1px solid #ccc;
}
.buscar2 {
    margin-left: 10px;
    padding: 2px;
    margin-top: 2px;
    color: #696969;
    font-size: 11px;
    background-color: #FFFFFF;
    font-weight: bold;
    border: 1px solid #696969;
}
/* lateral */
#lateral h3 {
    margin-bottom: 10px;
	padding-left: 10px;
    color: #D2691E;
	font-size: 22px;
	font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0px #fff;
}
#lateral ul {
    list-style-type: none;
    margin:0 0 20px 0;
    font-size: 11px;
    font-weight: bold;
}
#lateral li {
    padding: 5px 10px;
    border-bottom: 1px solid #dddddd;
}
#lateral li a { color: #696969 }
#lateral li a:hover {
    background: #edebed;
    color: #D2691E;
}
#lateral-pie {
    height: 20px;
    background: url(imagenes/bg-lateral-pie.gif) no-repeat top center;
}
/* pie */
#pie .afiliados{
	margin-top:50px;
	margin-bottom:14px;
	text-align:center;
}
#pie .links{
	margin-bottom:14px;
	text-align:center;
	font-size:12px;
	color:#360;;
}
#pie .copyright {
    text-align: center;
	font-size:11px;
    color: #ffffff;
}
#pie .copyright a {
    color: #ffffff;
    text-decoration: none;
}
#pie .copyright a:hover {
    color: #ffffff;
    text-decoration: underline;
}
/* fotos */
.fotos {
	margin:0 0 20px -16px;
	overflow:hidden;
}
.fotos li {
    float: left;
    width: 132px;
    height: 178px;
    margin: 0 0 10px 16px;
	list-style:none;
    border: 0px solid #ccc;
}
.fotos li a { color: #333 }
.fotos li a img {
    border: 1px solid #ccc;
    padding: 1px;
    margin-bottom: 5px;
    background: #EFEFEF;
}
.fotos li a:hover img { border: 1px solid #D2691E }
.fotos li p {
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 11px;
    line-height: 110%;
    text-align: left;
    text-transform: lowercase;
}
.fotos li p:first-letter {
    text-transform: uppercase;
    color: #f00;
}
/* foro */
a.menuforo {
    display: block;
    float: right;
    height: 35px;
    width: 42px;
    margin-right: 0px;
    padding-left: 30px;
    background: url(imagenes/ico_foro.png) no-repeat 0 6px;
    line-height: 35px;
    text-transform: uppercase;
    color: #ddd;
    text-shadow: #111 0px 1px 0px;
    font-weight: bold;
    overflow: hidden;
}
a.menuforo:hover { color: #fff }
/* ultimos mensajes foro */
.topictable {
    font-family: tahoma, verdana, arial;
    display: table;
    width: 100%;
    border: 1px #CCD7ED solid;
    margin-bottom: 15px;
}
.topictitle {
    border-right: 1px #fff solid;
    background-color: #349AA9;
    color: #FFF;
    padding: 5px 8px 5px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    font-family: verdana;
}
.topicrow0 { background-color: #F5F7FB }
.topiccell {
    padding: 3px;
    border-right: 1px #CCD7ED solid;
    border-top: 1px #CCD7ED solid;
    font-size: 11px;
}
.topiclink {
    font-size: 11px;
    font-family: arial;
    font-weight: bold;
    text-decoration: underline;
    color: #D2691E;
}
.topictitle:last-child,
.topicrow0:last-child,
.topicrow1:last-child,
.topiccell:last-child { border-right: none }
/* top cooneros */
.topcopa{
	background:url(imagenes/ico_copa.png) no-repeat 152px 16px;
	overflow:hidden;
}
.topcooneros {
    margin: 0;
    padding: 0;
    border: 0px solid #000;
    list-style: none;
    font-weight: normal!important;
}
.topcooneros li {
	overflow: hidden;
}
.topcooneros img {
    float: left;
    margin: 3px 7px 0 0;
    padding: 1px;
    border: 1px solid #ccc;
    background: #fff;
}
.topcooneros p {
    font-size: 9px;
    color: #666;
    margin: 3px 10px 0 0;
}
.topcooneros b,
.topcooneros span {
	float:left;
}
.topcooneros span {
	margin-right:5px;
	color: #C60;
}
.topcooneros em {
	float:right;
	margin-right:10px;
    color: #C60;
    font-style: normal;
    font-size: 11px;
    margin-left: 3px;
}
/* top cooneros */
#fotodeldia p,
#camadadeldia p{
	margin:3px 10px 0 10px;
	font-size:11px;
}
#fotodeldia p a,
#camadadeldia p a{
	color:#222;
}
.comentop{
	display:block;
	margin:-5px 0 0 10px;
	font-size:10px;
	color:#666;
}
/* Criadores */
.criadero {
    margin-bottom: 15px;
	padding:15px;
    border: 1px solid #ddd;
	background:#fff;
}
.criadero:nth-child(odd) {
	background:#fafafa;
}
.criadero p{
	margin:0;
}
.criadero b{
	font-size: 22px;
	font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0px white;
}
.haycamadas {
    float: right;
    width: 190px;
    height: 58px;
}
.haycamadas a {
    display: block;
    height: 58px;
    padding-left: 60px;
    line-height: 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #B9E4EA;
    background: #E8F7F9 url(../imagenes/nuevo.png) no-repeat 15px center;
    font-size:11px;
    color: #333;
}
.haycamadas a:hover { background: #B9E4EA url(../imagenes/nuevo.png) no-repeat 15px center }
#padres {
    position: relative;
    width: 615px;
    margin: 0px auto 20px auto;
    text-align: center;
    overflow: hidden;
}
#padres .padre {
    float: left;
    width: 300px;
    padding-right: 15px;
    text-align: right;
}
#padres .madre {
    float: left;
    width: 300px;
    text-align: left;
}
#padres .corazon {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -23px;
    width: 47px;
    height: 57px;
    background: url("imagenes/corazones.png") no-repeat;
    z-index: 1;
}
#padres .padre strong { padding-right: 40px }
#padres .madre strong { padding-left: 40px }
#padres em {
    font-style: normal;
    color: #888;
}
.izq { float: left }
.der {
    float: right;
    text-align: right;
}
#formu {
    margin: 20px 0;
    overflow: hidden;
}
#formu .izq {
    float: left;
    width: 250px;
}
#formu .der {
    float: right;
    text-align: left;
    width: 390px;
}
#formu label {
    display: block;
    margin-bottom: 3px;
}
#formu input,
#formu textarea {
    width: 230px;
    padding: 7px 4px;
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-family: Arial, Helvetica, sans-serif;
    background: #fff url(imagenes/bginputformu.png) repeat-x top;
    font-size: 11px;
}
#formu textarea { width: 380px }
#formu label.error {
    margin: 6px 0 0 0;
    padding-left: 20px;
    background: url(imagenes/ico_error.png) no-repeat 0 0;
    font-size: 11px;
    color: #c00;
}
#formu .boton {
    display: block;
    margin: 0;
    padding: 0;
    width: 210px;
    height: 36px;
    background: url(imagenes/bgboton.png) repeat-x top;
    border: none;
    cursor: pointer;
    text-indent: -8000px;
    overflow: hidden;
}
#formu .boton:hover { background-position: bottom }
/* LISTADO CAMADAS */
.tit em {
    float: right;
    font-style: normal;
    color: #CC3300;
}
.tit strong {
    margin-right:3px;
    font-family: Georgia;
    font-size:20px;
    font-style:italic;
    letter-spacing:-1px;
    font-weight:normal;
}
.filtrocamadas{
    margin-bottom:20px;
    padding:10px;
    1px solid #CCC;
    text-align:center;
    font-family: Georgia;
    font-style:italic;
    font-size:17px;
}
.filtrocamadas input{
    vertical-aling:middle;
}
.filtrocamadas label:hover{
    cursor: pointer;
}
.filtrocamadas label:hover{
    color: #C30;
}
.filtrocamadas span{
    margin:0 5px;
    color:#fff;
}
.camadas {
    border: 1px solid #ccc;
    margin: 5px 0 20px 0;
    padding: 10px;
}
.camadas ul { list-style: none }
.camadas ul li img {
    float: left;
    margin: 0 15px 0 10px;
}
.camadas ul li a img {
    background: #fff;
    padding: 1px;
    border: 1px solid #ccc;
}
.camadas ul li a:hover img { border: 1px solid #D2691E }
.camadas ul li {
    position: relative;
    background: #f5f5f5;
    padding: 10px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    line-height: 200%;
    overflow: hidden;
}
.camadas ul li.par { background: #ebebeb }
.camadas ul li:last-child { border: none }
.camadas ul li a.ver {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 80px;
    height: 25px;
    background: #464546 url(imagenes/ico_info.png) no-repeat 10px 8px;
    padding-left: 28px;
    line-height: 25px;
    color: #fff;
}
.camadas ul li a.ver:hover { background-color: #000 }
.camadas ul li .nombre {
    font-size: 14px;
    color: #CC3300;
}
.camadas ul li .meses {
    position: absolute;
    top:106px;
    left:40px;
	width:60px;
	height:22px;
	text-align:center;
	line-height:22px;
    background-color:#C30;
    color: #fff;
	opacity:0.9;
}
.camadas ul li .nueva {
    position: absolute;
    top:18px;
    right:18px;
    width:32px;
    height:32px;
    background:url(imagenes/nuevo.png) no-repeat;
}
.acceso { text-align: right }
.acceso a { color: #2b2b2b }
.acceso img {
    vertical-align: middle;
    margin-right: 3px;
}
.acceso span { text-decoration: underline }
#preview {
    position: absolute;
    border: 1px solid #fff;
    background: #2b2b2b;
    padding: 5px;
    display: none;
    color: #fff;
    z-index: 2;
}
/* BANNER IZQ */
.bannerizq{
    float:left;
    width:350px;
	border:0px solid #ccc;
}
.icomapa{
	height:48px;
	margin-bottom:25px;
	line-height:48px;
	overflow:hidden;
}
.icomapa a{
	display:inline-block;
	height:48px;
	padding-left:55px;
	line-height:48px;
	background:url(imagenes/ico_mapa.png) no-repeat left top;
	font-family: Georgia;
	font-style: italic;
	font-size: 17px;
	color: #333;
}
.icomapa a:hover{
	color:chocolate;
}
#masgoogle{ position:absolute; top: 5px; right:-120px; }

#fotodeldia{
	margin-bottom:20px;
}
