@charset "utf-8";
/* CSS Document */

/* Background */

body {
background:url(../images_site/background.jpg);
background-repeat:repeat-x;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
margin-top:0px;
background-color:#F3F3F3;
}

.backbanner{
background:url(../images_site/top.png);
background-repeat:no-repeat;
background-color:#FFFFFF;
height:420px;
}

.backbase{
background:url(../images_site/baseline.png);
background-repeat:no-repeat;
height:130px;
}

.linebotones{
background:url(../images_site/lineas_botones.png);
background-repeat:no-repeat;
height:40px;
}


/* Textos */

.Texto_Info {
 font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#808080;
 line-height:1.4 em;
}

.Texto_Footer {
 font-family: Arial, Helvetica, sans-serif;
 font-size:10px;
 color:#808080;
}

.Texto_Subtitulos {
 font-family: Arial, Helvetica, sans-serif;
 font-size:12px;
 color: #990000;
}


/* Links */

.linkgris a:link {
	color: #666666;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
.linkgris a:visited {
	color: #666666;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.linkgris a:hover {
	color: #990000;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.linkgris a:active {
	color: #666666;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.linkred a:link {
	color: #990000;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
.linkred a:visited {
	color: #990000;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.linkred a:hover {
	color: #999999;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.linkred a:active {
	color:#990000;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.linkwhite a:link {
	color:#FFFFFF;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
.linkwhite a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.linkwhite a:hover {
	color: #990000;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.linkwhite a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/*eDesign Studios - 2010 */