@charset "UTF-8";

body {
	/*font-size: small;*/
}

p,h2,h3,h4,h5,h6 {
	margin-bottom: .7em;
	/*font-weight: bold;*/
	color: #FFF;
}


#content {
	width: 900px;
	min-height: 430px;
	padding: 0px 20px;
	overflow: hidden;
	background: #000;
	color: #000;
	font: .9em Arial, Helvetica, sans-serif;
	/* text-align: center; */
}
#content_top{
	height: 10px;
	overflow: hidden;
	background: #000 url(../images/adopcion/fondo_t.gif) no-repeat top;
}
#content_bottom{
	height: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	background: #000 url(../images/adopcion/fondo_b.gif) no-repeat bottom;
}

#content_header{
	min-height: 45px;
	/*margin-bottom: 20px;*/
	background: url(../images/adopcion/pleca.jpg) repeat-x bottom /*0px 40px*/;
}
#submenu {
	float: right;
	width: 550px;
	height: 28px;
	padding: 15px 10px 0px 0px;
	text-align: right;
}
#submenu p{
	margin: 0;
	padding: 0;
	color: #FC0;
	font-size: .9em;
}
#submenu a{
	color: #FFF;
	text-decoration: none;
}
#contador {
	/*float: right;*/
	text-align: right;
}

#content_text {
	float: left;
	width: 520px;
}
#content_text li {
	color: #FFF;
	list-style: disc outside;
	text-indent: 0px;
	margin-left: 15px;
	margin-bottom: .7em;
}
#content_img {
	float: right;
	width: 365px;
}
#dudas {
	/*float: left;*/
	clear: both;
	width: 900px;
	padding: 0px 20px;
	overflow: hidden;
	background: #000;
	color:#FC0;
	font: .9em Arial, Helvetica, sans-serif;
}

h1 {
	float: left;
	width: 320px;
	height: 45px;
	color: #FF0;
	text-indent: -9999px;
}
h2 {
	color: #FC0;
	font-size: 1.5em;
}
h3 {
	color: #FC0;
	font-size: 1.3em;
}
h4 {
	color: #FC0;
	font-size: 1.1em;
}

/********************************** CLASES ***********************************/
.resaltado { color: #FC0; }
#submenu a.resaltado { color: #FC0; }
.derecha { text-align: right; }
.centro { text-align: center; }
.img_margenH { margin: 0px 20px 0px 20px; }

/************************** HOME ****************************/
.fondohome {
	background: #000 url(../images/adopcion/home/fondo.jpg) no-repeat top -20px;
	height: 430px;
}

#adopcion {
	background-color:#000;
}

/************************** TITULOS ****************************/
.t_nuestroprograma { background: url(../images/adopcion/titulos/t_nuestroprograma.gif) no-repeat -10px top; }
.t_adopta { background: url(../images/adopcion/titulos/t_adopta.gif) no-repeat -10px top; }
.t_conocelos { background: url(../images/adopcion/titulos/t_conocelos.gif) no-repeat -10px top; }
.t_perrosfelices { background: url(../images/adopcion/titulos/t_perrosfelices.gif) no-repeat -10px top; }
.t_guia { background: url(../images/adopcion/titulos/t_guia.gif) no-repeat -10px top; }
.t_tucuenta { background: url(../images/adopcion/titulos/t_tucuenta.gif) no-repeat -10px top; }
.t_colaboradores { background: url(../images/adopcion/titulos/t_colaboradores.gif) no-repeat -10px top; }
.t_tv { background: url(../images/adopcion/titulos/t_tv.gif) no-repeat -10px top; }
.celdaTV {
	color: #FFF;
}
.celdaTV {
	text-align: center;
}

/************** Adoptacita **********************/

.logon {
	/*background-color:#090;*/
	background-image:url(../adoptacita/imgs/Login.png);
	background-repeat:no-repeat;
	display:block;
	margin:20px 140px 0 0;
	float:right;
	width:310px;
	height:43px;
	padding:14px 0 0 20px;
	text-align:left;
	color:#793D00;
}

.logon:hover {
	background-image:url(../adoptacita/imgs/Login_over.png);	
}