@import url("home.css");
@import url("novedades.css");
@import url("sections_styles.css");


/* CSS Document */

body {margin: 0 auto; padding: 0; text-align: center;
background-image:url(images/fondo.jpg);
background-repeat: repeat;}

#wrapper { width: 736px; height: 616px; margin:0 auto;  position: static; text-align:left; overflow: hidden;
background-image:url(images/fondo2.jpg);
background-color:#FFFFFF;}

#header {width: 699px; height: 132px;
margin-left:16px;
margin-top:5px;
}

#texto_gral{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;
	font-weight:normal;
	line-height: 12px;
	margin: 0px;
}

#texto_ruta{
margin-top:10px;
margin-left:8px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color: #006699;
font-weight: 100;
}

#body_cont {
width: 696px;
height: 423px;
margin-left:20px;
margin-top:0px;
}

#footer{
margin-top:4px;
margin-left:20px;
width: 696px;
height: 32px;
background-image:url(images/fondo_footerjpg.jpg);
border:1px;
border-style: ridge;
border-color:#000066;
}

#link_bago{float: right; width: 113px; height: 29px;background-image: url(images/link_bago.jpg);
margin-top:1px;}

#copyright{
float: left;
margin-left:3px;
margin-top:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#0d6690;
font-weight:lighter;}

.mail {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#0d6690;
font-weight:normal;}

#cont_downloads{
height:270px;
width:158px;
background-image:url(images/cont_downloads.jpg);
}

#cont_downloadsh{
margin-top:0px;
	margin-left:2px;
	height:113px;
	width:499px;
	background-image:url(images/cont_downloads_h.jpg);
	background-repeat:no-repeat;
	border: 1px solid #FFFFFF;
		}

#text_downloads{
width:80%;
margin-top:40px;
margin-left:16px;
}

a.mail:link {color: #044260}     /* unvisited link */
a.mail:visited {color: #044260}  /* visited link */
a.mail:hover {color: #3cb2ff;text-decoration: underline;}   /* mouse over link */
a.mail:active {color: #044260}   /* selected link */

a.down:link {color: #044260;text-decoration: none;}     /* unvisited link */
a.down:visited {color: #044260;text-decoration: none;}  /* visited link */
a.down:hover {color: #3cb2ff;text-decoration: none;}   /* mouse over link */
a.down:active {color: #044260;text-decoration: none;}   /* selected link */

a.ruta:link {color: #006699;text-decoration: none;}     /* unvisited link */
a.ruta:visited {color: #006699;text-decoration: none;}  /* visited link */
a.ruta:hover {color: #006699;text-decoration: underline;}   /* mouse over link */
a.ruta:active {color: #006699;text-decoration: none;}   /* selected link */
