body 
{
	margin: 0px;
	padding: 0px;
	color: #333;
	background: #fff url(../img/bg/body.jpg) repeat-x 0 0;
	font: 13px/18px "Lucida grande",Arial, Verdana, Helvetica, sans-serif;
}

#container
{
	width: 979px;
	margin: 0 auto 0 auto;
	text-align: left;
}

/*****
******
HEADER
******
******/

#logo #l-left
{
	width: 173px;
	height: 69px;
	background: url(../img/logos/header.gif) no-repeat 0 0;
	margin: 25px 0 0 25px;
	float: left;
	display: inline;/*ie6 bug*/
}

#logo #l-right
{
	float: right;
	margin: 40px 25px 0 0;
	display: inline;/*ie6 bug*/
}

#nav 
{
	height: 29px;
	padding: 0px 0 0 25px;
	float: left;
	background:url(../img/bg/menu.gif) no-repeat 0 0;
	width:954px;
}

#nav a
{
	color:#fff;
	text-decoration: none;
	font-size: 11px;
}

#nav a:hover
{
	text-decoration: underline;
}


#nav-left 
{
	width: 185px;
	float: left;
}

#nav-left ul li 
{
	display: inline;	
}

#nav-left ul li a
{ 
	padding: 0px 0 0 8px; 
	float: left;
	display: block;
	height: 23px;
	margin-top: 6px;
}

#nav-left ul li a.first 
{
	padding: 0 8px 0 0;
	background: url(../img/separators/lang.gif) no-repeat 100% 15%;
}

#nav-right 
{
	float: left;
	width: 754px;
	margin:0 10px 0 0;
}

#nav-right ul li 
{
	display: inline;
}

#nav-right ul li a 
{
	float: right;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	padding: 7px 12px 0 12px;
	height: 22px;
}

#nav-right ul li a.selected
{
	background:url(../img/bg/nav_selected.gif) repeat-x 0 0;
	color:#393e3f;
	font-weight:bold;
}



/*****
******
FOOTER
******
******/

#footer 
{
	line-height: 17px;
	font-size: 11px;
	clear: left;
	width: 979px;
	height: 207px;
	background: url(../img/bg/footer.png) no-repeat 0 20px;
	margin: 0 0 50px 0;
}

.footer
{
	float: left;
	padding-top: 15px;
}

.footer ul
{
	padding: 0 10px 0 15px;
	float: left;
	width: 170px;
}

#f_nuestros_servicios
{
	width: 479px;
}

#f_nuestros_servicios ul
{
	padding-left: 25px;
}

#f_legal
{
	width: 294px;
}

#f_contactar
{
	width: 206px;
}

#f_legal h2 
{
	padding-left: 15px;
	background: url(../img/bg/heading_footer_medium.png) no-repeat 0 0;
}

#f_contactar h2
{
	padding-left: 15px;
	background: url(../img/bg/heading_footer_short.png) no-repeat 0 0;
}

#footer a
{
	color: #444;
}

/*****
******
MINI BOX
******
******/

.mini-box
{
	width: 271px;
	background: #f1f6f5 url(../img/cajas/mini_top.gif) no-repeat top left;
}

.bottom-mini-box
{
	background: #f1f6f5 url(../img/cajas/mini_bottom.gif) no-repeat bottom left;
	padding: 0 10px 10px 10px;
}

.bottom-mini-box a
{
	text-decoration: none;
	text-align: center;
	color: #313131;
	display: block;
	width: 155px;
	padding: 3px 20px 0 0;
	height: 22px;
	background: #f1f6f5 url(../img/buttons/more1.png) no-repeat top left;
}

.bottom-mini-box a:hover
{
	background: #f1f6f5 url(../img/buttons/more1.png) no-repeat bottom left;
}

.mini-box ul
{
	padding: 15px 15px 10px 30px;
	list-style: disc;
	list-style-position: outside;
}

/*****
******
BASE
******
******/
h1,h2,h3
{
	text-transform: uppercase;
}

h2
{
	padding: 4px 0 0 25px;
	margin: 0 0 5px 0;
	background: url(../img/bg/heading_footer_long.png) no-repeat 0 0;
	height: 31px;
	font-size: 12px;
}

h1
{
	padding: 6px 0 0 25px;
	margin: 0 0 10px 0;
	background: url(../img/bg/long_title.jpg) repeat-y 0 0;
	height: 34px;
	font-size: 16px;
}

h1.h1-left
{
	background: url(../img/bg/short_title.jpg) repeat-y 0 0;
}

strong
{
	font-weight: bold;
}

.contenido
{
	padding-left: 25px;
}
/*cambiado para el growl #container */

#container p
{
	padding: 0 25px 0 0;
	color: #2b2f30;
	line-height: 20px;
}

#container p.destacado
{
	color: #3097a4;
	font-weight: bold;
	background: url(../img/icons/bubble.gif) no-repeat 0 3px;
	padding: 0 30px 3px 25px;
}

h3
{
	width: 271px;
	height: 25px;
	background: url(../img/cajas/sub_title.gif) no-repeat 0 15px;
	color: #3d7d83;
	
}

div.contenido p strong a, div.contenido p a{ color: #333 ; }
div.btext strong a{ color: #333; }
div.contenido ul li a{ color: #333; }
/* My Comment */
