@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; margin: 0;}
ol, ul,li { list-style: none; margin:0; padding:0;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a img {border: 0;}
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse; 	border-spacing: 0; }
/*******************************************************************************/


body {
	margin: 0; 
	
	font: 12px normal Arial, Helvetica, Sans;
	color: #FFF;
	background: #0f1729 url(../img/bg_body.jpg) repeat-x 0 280px;
	text-align: center;
}
p {
	margin: 0 0 20px 0;
}
h1, h2, h3, h4, h5{
	font-weight: bold;
	margin: 0 0 5px 0;
}
h1 { font-size: 26px;	color: #345392; }
h2 { font-size: 22px;	color: #5686d0; }
h3 { font-size: 20px;	color: #345392; }

hr{
	background: transparent;
	height:0;
	border: 0;
	border-top: 1px solid #AAA;
	margin-bottom: 25px;
}
dl {
	margin-bottom: 25px;
}
dt {
	margin: 10px 0 5px 0;
}
dd {
	margin: 0;
}

a {
	color: #5686d0;
}
a:hover {
	color: #345392;
}



.box{
	display: block;
	width: 950px;
	margin: 0 auto;
}

#hd {
	width: 100%;
	background: #5585cf url(../img/bg_hd.jpg) repeat-x 0 0;
	height: 210px;
}
#menu {
	background: #5181e5 url(../img/bg_menu.jpg) repeat-x 0 0;
	height: 70px;
	font: 18px bold Arial, Helvetica, Sans;
	color: #dbebff;
}
#menu ul {
	height: 70px; 
	line-height: 70px; 
}
#menu li {
	display: inline;
	background: transparent url(../img/bg_menu_li.jpg) no-repeat 0 0;
	padding: 0 30px;
}
#menu li.first {
	background: transparent;
}
#menu li a{
	text-decoration: none;
	color: #dbebff;
}
#menu li a:hover{
	color: #FFF;
}

#bd {
	font: 16px bold Arial, Helvetica, Sans;
	color: #999;
	background: #FFF url(../img/bg_bd.jpg) repeat-x 0 0;
	text-align: justify;
	padding: 50px;
	width: 850px;
}

#bd_iz{ 
	float: left;
	width: 500px;
}
#bd_de{
	width: 300px; 
	height: auto;
	float: right; 
	margin: 0 0 0 50px;
}
#bd_de * {
	margin-top: 10px;
}

#ft {
	text-align: left;
	padding: 15px 0 30px 0;
	width: 950px;
	color: #586ea0;
}
.cl {
	clear: both;
}
.phone { font-size: 20px; color: #345392;}

#oferta {
	background: url(../img/bg_oferta.jpg) no-repeat;
	width: 300px;
	border: 4px solid #5686D0;
	padding-top: 30px;
	overflow: hidden;
}



/**** Estilos creados por Radimedia ****/
				
a.sinestilo
{
	text-decoration: none;
	color: #999; /*igual que #bd*/
	border: 0;
}

a.LeerMas
{
  text-decoration: underline;
	font-size: 11px;
	cursor: pointer;
}

div.Oculta
{
	visibility: hidden;
	position: fixed;
}

div.Visible
{
	visibility: visible;
	position: relative;
}

/**** Fin Estilos creados por Radimedia ****/