/* reset */
html,body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,select,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
img,div,a,input,select,textarea {
	border:0;
}
ol,ul {
	list-style:none;
}
/* remove link dotted outline */
a:hover, a:active, a:focus {
	outline: none;
}
/* /reset */

/* estilos  globales */
html, body {
	height:100%;
	font:normal normal normal 12px/normal Arial, Helvetica, sans-serif;
	color:#333;
	background:#000;
}
a:link, a:visited {
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}
.clearDiv {
	clear:both;
}
.inputAlert {
	border:solid 1px #f00;
}
.btGeneral {
	width:78px;
	height:18px;
	font:normal normal normal 11px/normal Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:capitalize;
	background:transparent url('../images/btBg.png') no-repeat 0 0;
}
.btGeneral:hover {
	background:transparent url('../images/btBg.png') no-repeat -78px 0;
}
.errorMsg {
	font-size:11px;
	height:20px;
	line-height:20px;
	color:#ff0000;
}
.vAlign {
	vertical-align:middle;	
}
/* /estilos  globales */

/* layout general */
#contenedorGeneral {
	width:990px;
	min-height:100%;
	margin:0 auto;
	background:#64696B;
}
/* /layout general */
/* BLOQUES */
/* header */
/* opciones principales */
#opcionesPrincipales { /* ul */
	width:545px;
	height:85px;
	padding:0 0 0 5px;
	background:#fff url(../images/headerBg.jpg) repeat-x right top;
	float:left;
}
#opcionesPrincipales li {
	float:left;
}
a.opcionesPrincipalesLinks:link, a.opcionesPrincipalesLinks:visited {
	display:block;
	height:20px;
	padding:30px 15px 35px 15px;
	background:transparent url(../images/opcionesPrincipalesOverBg.jpg) repeat-x 0 85px;
}
a.opcionesPrincipalesLinks:hover, a.opcionesPrincipalesLinks:active {
	background:transparent url(../images/opcionesPrincipalesOverBg.jpg) repeat-x 0 0;
}
/* login */
#login {
	width:420px;
	height:73px;
	padding:12px 20px 0 0;
	background:#fff url(../images/headerBg.jpg) repeat-x right top;
	float:left;
}
.loginLabel {
	display:block;
	float:left;
	width:65px;
	height:15px;
	margin:0 0 0 10px;
	font:normal normal normal 11px/15px Arial, Helvetica, sans-serif;
	color:#64696B;
}
.loginInput {
	float:left;
	width:133px;
	height:13px;
	border:1px solid #ccc;
	font:normal normal normal 10px/normal Arial, Helvetica, sans-serif;
	color:#333;
	background:#FFF;
	vertical-align:middle;
}
.loginMsg {
	margin:0 0 0 10px;
}
.loginBt {
	margin:10px 0 0 342px;
}
.loginInfo {
	height:20px;
	margin:15px 0 0 0;
	font:normal normal bold 14px/15px Arial, Helvetica, sans-serif;
	color:#A4103F;
	text-align:right;
}
a.loginLinks:link, a.loginLinks:visited {
	font-size:11px;
	color:#A4103F;
}
a.loginLinks:hover, a.loginLinks:active {
	color:#8D0E37;
}
/* contenidos */
/* principal */
#contenidosPrincipal {
	width:990px;
	height:400px;
	background:transparent url(../images/principalBg.jpg) no-repeat center top;
	clear:both;
}
#contenidosPrincipal img {
	margin:190px 0 0 640px;
}
#contenidosBg {
	clear:both;
	width:990px;
	height:100%;

	background:transparent url(../images/contenidosBg.jpg) no-repeat 0 0;
}
#contenidos {
	width:990px;
	padding:0 0 20px 0;	
	background:transparent url(../images/contenidosTopBg.jpg) repeat-y center top;
}
#contenidosColDer {
	width:660px;
	float:left;
}
#contenidosColIzq {
	width:310px;
	margin:120px 9px 0 9px;
	float:left;
}
h1 { /* titulos */
	width:620px;
	height:75px;
	padding:25px 0 20px 40px;
	margin:0 0 30px 0;
	border-bottom:solid 5px #A4103F;
}
h2 {
	margin:0 0 10px 40px;
	font-size:14px;
	color:#0C1421;
}
h2:first-letter {
	font-size:17px;
	text-transform:uppercase;
	color:#A4103F;
}
/* servicios */
ul.servicios, p.servicios {
	width:550px;
	margin:0 0 20px 50px;
}
ul.servicios li {
	margin:0 0 3px 0;
	padding:0 0 0 10px;
	background:transparent url('../images/bullet.gif') no-repeat 0 7px;
}
.serviciosImg {
	border:solid 1px #000;
	margin:0 0 10px 0;
}
/* contacto */
.contactoLabel {
	display:block;
	float:left;
	width:260px;
	height:25px;
	margin:0 0 5px 50px;
	font:normal normal bold 16px/25px Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	color:#64686B;
}
.contactoInput {
	float:left;
	width:248px;
	height:23px;
	margin:0 0 5px;
	border:solid 1px #b1b2b8;
}
.contactoInputMulti {
	float:left;
	width:248px;
	height:120px;
	border:solid 1px #b1b2b8;
}
.contactoBt {
	margin:20px 0 0 482px;
}
.contactoMsg {
	margin:0 0 10px 50px;
}
.contactoImg {
	margin:-70px 0 0 0;
}
/* footer */
#footer {
	width:950px;
	height:60px;
	background:#64686B;
	padding:15px 20px;
	font-size:11px;
	color:#fff;
	background:#64696B;
}
#footer p {
	float:left;
	margin:0 80px 0 0;
}
#escucho {
	text-align:right;
}
a.escuchoLinks:link, a.escuchoLinks:visited {
	font-size:11px;
	color:#000;
}
a.escuchoLinks:hover, a.escuchoLinks:active {
	color:#050505;
}

