/* ---main texto */
.mceContentBody{
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

h1{
margin: 1.5em 0 .5em 0;
font: 24px/1em Georgia, "Times New Roman", Times, serif;
color:#939394
}
h2{
margin: 1.5em 0 .5em 0;
font: 18px/1em Georgia, "Times New Roman", Times, serif;
color:#3278AC
}
p{
line-height:1.8em;
margin-bottom:1.5em;
}
.separar{
	BORDER-BOTTOM: #cfe0cd 1px solid;
	display: block;
	height: 52px;
	left: 100px;
	width: 550px;
}
.menuTitulo-1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 18px;
	font-weight: bold;
}
.menuText {
	color: #333333;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.menuTitulo-2 {
	color: #333333;
	font-variant: small-caps;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
}


.Titulo1 {
	color: #666;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.3em;
}
.Texto1{
	color: #C33333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
line-height: 1.5em;
}

.Titulo2{
	color: #cdcdcd;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 20px;
}
.Texto2{
	color: #FF9900;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px !important;
}
.formText{
	color: #FF9900;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.2em;
}
.floatright_im { 
margin-left: 5px;
float: right; 
border: 0px solid white;
}

.floatleft_im { 
margin-right: 5px;
float: left; 
border: 0px solid white;
}
/** validators */
.validators span{
display:none
}
.validators{
margin: 5px 0;
width:200px;
height:110px;
float:right;
overflow: hidden;
}
a#v_css {
display:block;
width:52px;
height:16px ;/* aqui esta el truco */
background:url(img/validatorCSSL.gif)  no-repeat scroll left top;
float:right;
padding: 0 5px;
}
a#v_css:hover {
background-position:0 -16px;/* con esto cambiamos la porcion de imagen que se muestra */
} 
a#v_html{
display:block;
width:62px;
height:16px ;/* aqui esta el truco */
background:url(img/validatorHTML.gif)  no-repeat scroll left top;
float:right
}
a#v_html:hover {
background-position:0 -16px;/* con esto cambiamos la porcion de imagen que se muestra */
} 
.underl{
text-decoration:underline;
}
