@charset "UTF-8";
/* wethinker.com */
/* texts.css */
/* Created Mar, 2010 */
/* Modified Mar, 2010
--------------------------------------- */

h1{
	font-weight:bold;
	color:#729abd;
	font-size:23px;
}

h1 .thin{
	font-weight:normal;
	font-size:14px;
}

h2{
	font-weight:bold;
	color:#729abd;
	font-size:23px;

}

h2 .thin{
	font-weight:normal;
	font-size:14px;
} 

h3{
	color:#707173;
	font-size:16px;
	font-weight:bold;

}

h3.label{
	font-size:12px;
	width:115px;
	text-align:center;
	padding-top:5px;
}

h4{
	font-weight:bold;

}


p{
	font-family:Georgia, Verdana, Times;
	color:#707173;
	font-size:11px;
	line-height:16px;
}


p.subtitulo{
	font-weight:bold;
	font-size:13px;
	line-height:18px;
}

.black{
	color:#000000;
}


/*---------------- Textos Formularios ----------------*/
form p{
	
}

form input, form select{

}

form select{
}

form input:hover,
form select:hover{
	
}

form textarea{

}

