/*//////////////////////////////////////////////////////////////////////////
GENERAL
//////////////////////////////////////////////////////////////////////////*/
body {
	margin:0px;
	background-color:#FFFFFF;
}
body, td, th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
strong {
	font-weight:bold;
	color:#990000;
}
.contenido {
	border:#CCCCCC 1px solid;
}
a:link, a:visited {
	color:#990000;
	font-weight:bold;
	text-decoration:underline;
}
a:hover, a:active {
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
}
/*//////////////////////////////////////////////////////////////////////////
MISCELANEOS
//////////////////////////////////////////////////////////////////////////*/
li {
	list-style-image:url("/images/punto.gif");
}
.cajatxt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	/*top-right-bottom-left*/
	padding:10 10 5 10;
	background-color:#EBEBEB;
}
.rojo {
	color:#990000;
}
.rojo_titulo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#FFFFFF;
	background-image:url("/images/fondo_titulo2.jpg");
	background-repeat:repeat-x;
}
.rojo_sub {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	background-image:url("/images/fondo_rojo2.jpg");
	background-repeat:repeat-x;
}
.rojo_sub a:link, .rojo_sub a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
.rojo_sub a:hover, .rojo_sub a:active {
	color:#CCCCCC;
	text-decoration:none;
}
.fondo_bottom {
	margin:0px;
	height:40px;
	background-color:#FFFFFF;
	background-image:url("/images/fondo_bottom.jpg");
	background-repeat:repeat-x;
}
/*//////////////////////////////////////////////////////////////////////////
SUBMENU
//////////////////////////////////////////////////////////////////////////*/
.mnosotros a {
	width:70px;
	height:25px;
	display:block;
	background: url("/images/sub_nosotros.jpg") 0 0 no-repeat;
}
.mnosotros a:hover {
	background-position: -71px 0;
}
.mservicios a {
	width:70px;
	height:25px;
	display:block;
	background: url("/images/sub_servicios.jpg") 0 0 no-repeat;
}
.mservicios a:hover {
	background-position: -71px 0;
}
.mcontacto a {
	width:70px;
	height:25px;
	display:block;
	background: url("/images/sub_contacto.jpg") 0 0 no-repeat;
}
.mcontacto a:hover {
	background-position: -71px 0;
}
.menglish a {
	width:55px;
	height:25px;
	display:block;
	background: url("/images/sub_english.jpg") 0 0 no-repeat;
}
.menglish a:hover {
	background-position: -71px 0;
}
.mespanol a {
	width:55px;
	height:25px;
	display:block;
	background: url("/images/sub_espanol.jpg") 0 0 no-repeat;
}
.mespanol a:hover {
	background-position: -71px 0;
}
.mabout a {
	width:70px;
	height:25px;
	display:block;
	background: url("/images/sub_about_us.jpg") 0 0 no-repeat;
}
.mabout a:hover {
	background-position: -71px 0;
}
.mservices a {
	width:70px;
	height:25px;
	display:block;
	background: url("/images/sub_services.jpg") 0 0 no-repeat;
}
.mservices a:hover {
	background-position: -71px 0;
}
.mcontact a {
	width:70px;
	height:25px;
	display:block;
	background: url("/images/sub_contact.jpg") 0 0 no-repeat;
}
.mcontact a:hover {
	background-position: -71px 0;
}
/*//////////////////////////////////////////////////////////////////////////
FORMA DE CONTACTO
//////////////////////////////////////////////////////////////////////////*/
.campo {
	width:180px;
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding:1 3 0 3;
	border:#990000 1px solid;
	background-color:#FFFFFF;
}
.comentarios {
	width:180px;
	height:80px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	padding:1 3 0 3;
	border:#990000 1px solid;
	background-color:#FFFFFF;
}
.boton {
	width:50px;
	height:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	padding:0 0 3 0;
	border:#990000 1px solid;
	background-color:#FFFFFF;
}