body {
	background: #999999 url(imagenes/fondo.jpg) center repeat-y;
	margin: 0px;
	color: #999999;
}

body,td {
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, sans;
	font-size: 12px;
}

h1, #frmContacto h3, #frmGen h3, #frmSus h3, #frmPostal h3 {
	display: inline;
	font-size: 18px;
	color: #A2D618;	
}

#frmSus h3{float:left;}

h2 {
	display: inline;
	font-size: 14px;
	color: #B50F88;
}

b {
	color: #2663CB;
}
i{
	color: #B50F88;
}

a {
	color: #2663CB;
	text-decoration: none;
}
sup {
	color: #333;
}
a:hover {
	color: #B50F88;
	text-decoration: underline;
}
a.explora_titulo, .explora_titulo {
	color: #28A1DA;
	text-decoration: none;
}

a.explora_titulo:hover {
	position: relative;
	color: #B50F88;
	text-decoration: underline;
	left: 1px;
	top: 1px;
}

a.boton_vacunacion {
	border: 1px solid #28A1DA;
	color: #B50F88;
	display: block;
	padding: 5px 10px;
	text-align: center;
	width: 50%;
}
a.boton_vacunacion:hover {
	border: 1px solid #A2D618;
	text-decoration: underline;
}

img.explora_img {
	display: block;
	padding: 2px;
	border: 1px solid #999999;
	margin: 5px 10px 5px 0px;
}

a.suscribete_img {
	display: block;
	width: 481px;
	height: 38px;
	background: url(imagenes/suscribete.jpg) no-repeat;
	float:left;	
}

#imgCab{float:left;}

a.suscribete_img:hover {
	background: url(imagenes/suscribete.jpg) 0px -38px no-repeat;
}

a.cartilla_img {
	display: block;
	width: 170px;
	height: 100px;
	background: url(imagenes/cartilla.jpg) no-repeat;
}

a.cartilla_img:hover {
	background: url(imagenes/cartilla.jpg) 0px -100px no-repeat;
}
a.postales_img {
	display: block;
	width: 170px;
	height: 100px;
	background: url(imagenes/postales.jpg) no-repeat;
}

a.postales_img:hover {
	background: url(imagenes/postales.jpg) 0px -100px no-repeat;
}
a.curvas_img {
	display: block;
	width: 170px;
	height: 100px;
	background: url(imagenes/curvas.jpg) no-repeat;
}

a.curvas_img:hover {
	background: url(imagenes/curvas.jpg) 0px -100px no-repeat;
}

img.img_texto {
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-left: 15px;
	margin-bottom: 15px;
}
input.texto {
	color: #666666;
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
}
select {
	color: #666666;
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
}
hr {
	color: #CCCCCC;
	background: #CCCCCC;
	height: 1px;
}
th {
	background: #B50F88 url(imagenes/fondo_th.gif);
	font-size: 14px;
	color: #FFFFFF;
	padding: 5px;
}
table.tablas td {
	text-align:center;
	font-weight: bold;
}
table.tablas th {
	text-align:center;
	font-weight: bold;
	background: #266CBF;
	color: #FFFFFF;
}
th.alt {
	text-align:center;
	font-weight: bold;
	background: #266CBF;
	color: #FFFFFF;
}
button {
	color: #666666;
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, sans-serif;
	font-weight: bold;
}

#contacto{
	position:relative;	
	height:140px;
	margin:20px 0px 0px 0px;
}

#contacto img{
	position:absolute;
	top:0px;
	left:0px;
	border:0px;
}

p.p1{margin:0px 0px 10px 0px;}

#frmContacto, #frmGen, #frmSus, #frmPostal{
	position:absolute;
	top:0px;
	left:0px;
	border:1px solid #CCCCCC;
	display:block;
	padding:2px;
	width:453px;
}

#frmPostal{width:416px;}

#frmContacto h3, #frmGen h3, #frmSus h3, #frmPostal h3{
	width:451px;
	background:#EEEEEE;
	display:block;
	padding:0px 0px 0px 2px;
	margin:0px 0px 2px 0px;
}

#frmPostal h3{width:414px;}

.itemFrm{
	width:451px;
	background-image:url(imagenes/bckgItemForm.gif);
	background-repeat:repeat-y;
	margin:0px 0px 2px 0px;
	clear:both;	
}
#frmSus .itemFrm{background-image:url(imagenes/bckgItemForm2.gif);}
#frmPostal .itemFrm{width:410px;}

#frmContacto label, #frmGen label, #frmSus label, #frmPostal label{
	display:block;
	float:left;
	width:65px;
	color: #28A1DA;
	font-weight:bolder;
	padding:5px 0px 2px 4px;
}

#frmContacto textarea.txtTextarea, #frmPostal textarea.txtTextarea{
	width:575px;
	height:132px;
}
#frmSus label{width:138px;}

#frmContacto .txt, #frmContacto .txtTextarea, #frmGen .txt, #frmSus .txt, #frmPostal .txt{
	border:1px solid #7F9DB9;
	width:137px;
	font-family: Trebuchet MS, Tahoma, Arial, Verdana, sans-serif;
}

#frmContacto textarea.txt, #frmGen textarea.txt, #frmPostal textarea.txt{
	width:378px;
	height:132px;
}

#frmPostal textarea.txt{width:337px;}

input.btnBorrar, input.btnGuardar{
	overflow:hidden;
	width:89px;
	height:26px;
	background-image:url(imagenes/btnBorrar.gif);
	border:0px;
	float:right;
	margin:2px 0px 0px 0px;
	text-indent:130px;
	cursor:pointer;
}

input.btnGuardar{
	background-image:url(imagenes/btnGuardar.gif);
	width:105px;
	margin:2px 0px 0px 10px;
}

.clear{clear:both;}

#menError, #menOk{
	overflow:hidden;
	width:332px;
	height:94px;
	background-image:url(imagenes/galletaError.jpg);	
	margin:18px 0px 0px 0px;
	text-align:justify;
}

#menOk{background-image:url(imagenes/galletaOk.jpg);}

#menError p, #menOk p{
	color:#FFFFFF;
	width:210px;
	margin:3px 0px 0px 100px;
}

#menError p.txtLargo{margin:20px 0px 0px 100px;}

#rdSexoM{margin-left:30px;}
#rdBebeN{margin-left:53px;}

#imgBebe{
	position: absolute; 
	top: -10px; 
	left: 400px;
}

#imgBebe2{
	position: absolute; 
	top: -10px; 
	left: 370px;
}

#imgFondo{
	position: absolute; 
	top: 0px; 
	left: -220px;
}

#imgUsuario{
	position: absolute; 
	top: 15px; 
	left: -203px;
}

#menBlog{
	position: absolute; 
	top: 10px; 
	left: 216px;
}

#menGal{
	position: absolute; 
	top: 10px; 
	left: 438px;
}