/* CSS Document */
*{margin:auto;}
.clear{clear:both;}

body{
	background:#B1AFB0 url(imagenes/fondo.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: justify;
	margin:auto;}

p{	margin-top:10px;
	margin-bottom:10px;}

a {text-decoration:none;color:#053162;}
h1 {font-size:22px;color:#053162;float:left;}
h2 {font-size:19px;color:#053162;/*float:left;*/}

.subrayadoh1{background: url(imagenes/subrayado.jpg) repeat-x;height:2px;
	margin-left:5px;
	margin-top:19px;
	min-width:478px;
	float:left;}

.subrayadoh2{background: url(imagenes/subrayado.jpg) repeat-x;height:2px;
	margin-left:5px;
	margin-top:19px;
	min-width:207px;
	float:left;}

#encabezado {
	background: url(imagenes/sombra_top.png) no-repeat;
	width:910px;
	height:422px;
	margin:auto;
	padding-left:0px;}

.listaDefinicion dt
	{font-weight:bold;}
.listaDefinicion dd
	{padding-left:15px;}

#encabezado #menu{
	background: url(imagenes/fondo_menu.jpg) repeat-x;
	width:900px;
	height:54px;}

#encabezado #menuprincipal{
	color:#2D2D2D;
	padding-top:12px;}

#encabezado #flash{
	width:900px;
	height:180px;}



#sombra_cuerpo {
	background: url(imagenes/sombra_cuerpo.png) repeat-y;
	width:910px;
	overflow:hidden;}


#cuerpo {
	background:#fff url(imagenes/fondo_cuerpo.jpg) repeat-x;
	width:900px;
	margin:auto;padding-top:10px;overflow:hidden;}
	

#izq{
	width:215px;
	margin-left:5px;
	overflow:hidden;
	float:left;}


#izq #contactanos{background:#E5E4DF url(imagenes/fondo_forma.jpg) repeat-x;
	height:330px;
	margin-bottom:5px;
	width:213px;}


#derecho{
	width:615px;
	margin-left:10px;
	overflow:hidden;
	float:left;
	border-top:3px solid #FFFFFF;
	border-left:3px solid #FFFFFF;
	border-right:3px solid #FFFFFF;
	background: url(imagenes/fondo_derecho.jpg) repeat-x;
	padding:20px;
	min-height:544px;}


.cuadros{
	background:#E4E4E4 url(imagenes/cuadros.jpg) repeat-x;
	height:254px;
	width:280px;
	padding:10px;
	float:left;
	margin-top:15px;}

.cuadros .img{margin-top:10px;}

.cuadros_servicios{
	background:#E4E4E4 url(imagenes/cuadros.jpg) repeat-x;
	height:160px;
	width:280px;
	padding:10px;
	float:left;
	margin-top:15px;}


#sombra_pie {
	background: url(imagenes/sombra_pie.png) no-repeat;
	width:910px;
	height:103px;
	margin:auto;
	padding-left:0px;
	margin-bottom:10px;}

#pie{background:#2A5078;
	border-top:10px solid #B8B7B7;
	height:67px;
	width:900px;
	margin:auto;
	color:#FFFFFF;
	padding-top:20px;
	text-align:center;}

#pie a{ color:#fff;
	padding:5px;}

ul li{margin-left:10px;}

ul li a{color:#2e537a;}


	/*Selectores forma*/
.elementoForma {
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	width:160px;
	margin: 0 0 7px 7px;
	border: 1px solid #ddd;
	color:#7F7F7F;}

.etiquetaForma {
	font:normal 13px Verdana, Arial, Helvetica, sans-serif;
	color:#222222;
	margin:0;
	margin-left: 12px;
	line-height:18px;
}
#botonFormaInt {
	font: bold 13px Arial,Helvetica,sans-serif;
	display: block;
	color: #000000;
	background-color: #D8D9DA;
	border: 1px solid #333333;
	margin: 4px 10px;
	padding: 1px 4px;
}
.formaInt {margin:0 0 0 12px;
		padding-top:12px}
.area {
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	width:160px;
	height: 45px;
	margin: 0 0 0 7px;
	border: 1px solid #000000;
}




/* Lista menu*/
#dmenu{                         /* menu list container */
background: transparent url(imagenes/fondoBtnMenu.gif) repeat-x top left;	font: bold 12px Geneva, Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: static;
	background: transparent url(imagenes/fondoBtnMenu.gif) repeat-x top left;
	color: #FFFFFF;
	z-index: 20;                /* push the menu up in the layer order a bit so it isn't hidden behind anything */
		/* Browser plug-ins like Flash or Quicktime may not allow you to overlap then with this menu! */
}
#dmenu li{                      /* top-level menu element */
	list-style-type: none;
	float: left;                /* this is to allow for the horizontal main menu */
	border-right: 1px solid #fff;
	background: transparent url(imagenes/fondoBtnMenu.gif) repeat-x top left;
	margin: 0px;
	padding: 0px;
	width: 100px;
	display: block;
	font-size:10pt;
}

#dmenu ul {                     /* third-level (or greater) menu element list elements */
    background: transparent url(imagenes/fondoBtnMenu.gif) repeat-x top left;
	position: absolute;         /* this is so that it doesn't push that page content around on hover */
	margin: 0px;                /* space around the list container */
	padding: 0px;               /* space within the list container */
	list-style-type: none;      /* disable the display of the list item bullets */
	display: none;
	width: 143px;               /* should be the same as #dmenu li width */
	background-color: #999999;     /* sub-menu default background color */
	border: none;     /* the border around the sub-menu list */
	color: #16458F;                /* sub-menu default font color (not links) */
	z-index: 99;                /* want to be sure this is above the rest of the menu */
	text-align: left;
	margin-top: 8px;
}

#dmenu ul li{                   /* second-level or greater menu element links */
	background-color: #D8D9DA;     /* default background color for sub-menu container */
	color: #16458F;                /* default font color (not links) for sub-menu container */
	border: none;               /* sub-menu item border settings */
	border-bottom: 1px solid #FFFFFF;
	margin: 0;                /* spacing between sub-menu containers */
	padding: 0;               /* This is for padding between menu items in the drop-downs */
	width: 145px;               /* (padding*2) must be subtracted from #dmenu li width and set for this one, or borders won't display properly. */
}

#dmenu li a{                    /* top-level menu element links */
	text-align: center;         /* text alignment in main menu item links */
	width: 104px;               /* set this to #dmenu ul width */
	display: block;
	text-decoration: none;
	color: #000;
	padding: 8px 0px;
}
    
#dmenu ul a {                   /* all the other level menu link elements */
	padding: 4px 5px;
	margin: 0px;
	/*width: 108px;                (padding*2) must be subtracted from #dmenu ul li width and set for this one, or borders won't display properly. */
	display: block;
	text-decoration: none;
	background-color: #DDDDDD;
	color: #16458F;
	width: 135px;
	text-align: left;
}

#dmenu a:hover,                 /* top-level hovering properties */
#dmenu li:hover{
	display: block;
	color: #FFFFEF;
	background: transparent url(imagenes/fondoBtnMenu.gif) repeat-x bottom left;
}
    
#dmenu ul li:hover,             /* higher level hovering properties */
#dmenu ul li a:hover{
	display: block;
	background-color: #CCCCCC;
	background-image: none;
	color: #16458F;
}

#dmenu ul ul{                   /* higher-level list containers */
	display: none;              /* don't display by default */
	position: absolute;
	margin-left: 114px;         /* this should be the width of #dmenu ul li */
	/* margin-top: -2em;           this will push the sub-menu up to the level of it's parent */
}

    /* only non-MSIE browsers use this 
#dmenu ul li>ul,
#dmenu ul ul li>ul{
	margin-top: -2em;
}            should be set to the same as #dmenu ul ul margin-top */

    /* additional sub-menu levels in the next 2 blocks. (For up to 5 levels of drop menus) */
#dmenu li:hover ul ul,              
#dmenu li:hover ul ul ul,
#dmenu li:hover ul ul ul ul,
#dmenu li:hover ul ul ul ul ul{
	display:none;
}

#dmenu li:hover ul,
#dmenu ul li:hover ul,
#dmenu ul ul li:hover ul,
#dmenu ul ul ul li:hover ul,
#dmenu ul ul ul ul li:hover ul{
	display:block;
}
li>ul {
	top: auto;
	left: auto;
}
.content {                      /* This is used for the content that will appear below the menu */
	clear: both;
}

.etiquetaForma {
float:left;
}

.etiquetaForma {
-x-system-font:none;
color:#222222;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:13px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:18px;
margin:0 0 0 12px;
}

.galeria {
margin-bottom:15px;
width:640px;}

.img_a {
border:thin solid #8F8C95;
float:left;
height:159px;
margin-right:25px;
padding:10px;
width:170px;}

.img-principal
	{float:right;
	padding-top:10px;
	padding-left:10px;}


#derecho h2{
border-bottom:2px solid;
color:#053162;
font-size:19px;
padding-bottom:5px;}

.regresar
	{float:right;
	font-size:16px;
	font-weight:bold;
	color:#154768;}

.otros-medios
	{float:right;
	width:198px;
	padding-left:10px;}

.texto-gris
	{color:#555555;}

.textoNegrita 
	{font-weight:bold;
	color:#555555;}

.testimonial {
display:block;
height:160px;
padding-top:10px;
}
.testimonial img {
position:absolute;
}
.testimonial p {
margin-left:195px;
position:absolute;
text-align:center;
width:382px;
}
.img_b {
border:thin solid #8F8C95;
float:left;
height:159px;
padding:10px;
width:170px;
}


ol li {
margin-left:10px;
}
