/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #fbfbfb;
	color: #333333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: x-small;
	line-height: 15px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-image: url(../images/fondo_02.jpg);
	background-repeat: repeat-x;
}
h1 {
	color: #990000;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
h2 {
	color: #E0DFDA;
	font-size: 14px;
	font-weight: bold;
	line-height: 13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
}
/*h2 {
  color: #990000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  text-align:left;
}*/
h3 {
  color: #990000;
}
h4 {
  color: #990000;
}
a,  a:link {
  color: #990000;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #993333;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #993333;
  text-decoration: underline;
}
a:focus {
  color: #993333;
}
a:active {
  color: #993333;
}
#outerWrapper {
	margin: 0 auto 0 auto;
	text-align: justify;
	width: 1024px;
}
#outerWrapper #header {
	background-color: #707171;
	font-size: 18px;
	font-weight: bold;
	height: 230px;
	line-height: 15px;
	padding: 0 60px;
	background-image: url(../images/header_01.jpg);
	background-repeat: no-repeat;
}
#outerWrapper #header #menu {
	height: 120px;
	margin: 2px 0 0 0;
}
#outerWrapper #header #radius {
	margin: 0;
	padding: 0px;
	height: 100px;
	width: 400px;
	background-image: url(../images/radius_02.jpg);
	background-repeat: no-repeat;
	display: block;
}
#outerWrapper #header #radius a {
	text-indent: -9999px;
	display: block;
	height: 100px;
	width: 400px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#outerWrapper #contentWrapper {
	width: 904px;
	margin: 0 auto 20px auto;
	background-image: url(../images/contenido_03.jpg);
	background-repeat: no-repeat;
}
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 0;
	padding: 40px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
#outerWrapper #contentWrapper #content .textogral {
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}
#outerWrapper #contentWrapper #content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-align: justify;
}
#outerWrapper #contentWrapper #content ul.listagral {
	list-style-position: inside;
	list-style-image: url(../images/bullet.jpg);
	margin: 10px;
	padding: 0px;
}
#outerWrapper #contentWrapper #content li {
	padding: 2px;
}
#outerWrapper #footer {
	height: 45px;
	padding: 20px;
	width: 862px;
	margin: 0 auto 30px auto;
	background-image: url(../images/footer_03.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
}
#outerWrapper #contentWrapper #vertical_slide .nosotros a {
	color: #CCCCCC;
	float: right;
}
#outerWrapper #header #menu #nav {
	height: 110px;
	margin: 0px;
	padding: 0px;
}
#outerWrapper #header #menu #nav li {
	list-style-type: none;
	width: 120px;
	float: left;
	display: block;
	height: 120px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#outerWrapper #header #menu #nav li a {
	list-style-type: none;
	width: 120px;
	float: left;
	display: block;
	height: 120px;
	padding: 0px;
	position: absolute;
	text-indent: -9999px;
	top: 102px;
	font-size: 1%;
	overflow: hidden;
}
#outerWrapper #header #menu #nav #nav_nos {
	background-image: url(../images/menuUp_06.jpg);
	background-repeat: no-repeat;
	margin: 0 115px 0 38px;
}
#outerWrapper #header #menu #nav #nav_nos a:hover {
	background-image: url(../images/menuOver_06.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#outerWrapper #header #menu #nav #nav_serv {
	background-image: url(../images/menuUp_08.jpg);
	background-repeat: no-repeat;
}
#outerWrapper #header #menu #nav #nav_serv a:hover {
	background-image: url(../images/menuOver_08.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#outerWrapper #header #menu #nav #nav_porta {
	background-image: url(../images/menuUp_03.jpg);
	background-repeat: no-repeat;
	margin: 0 0 0 113px;
}
#outerWrapper #header #menu #nav #nav_porta a:hover {
	background-image: url(../images/menuOver_03.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#outerWrapper #header #menu #nav #nav_contacto {
	background-image: url(../images/menuUp_11.jpg);
	background-repeat: no-repeat;
	margin: 0 0 0 115px;
}
#outerWrapper #footer .Fleft {
	float: left;
	width: 400px;
}
#outerWrapper #footer .Fright {
	text-align: right;
	float: right;
	width: 400px;
}
#outerWrapper #header #menu #nav #nav_contacto a:hover {
	background-image: url(../images/menuOver_11.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#outerWrapper #contentWrapper #vertical_slide {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(../images/nos_03.jpg);
	color: #FFFFFF;
	font-weight: bold;
	margin: -3px 0 0 0;
	width: 892px;
}
#outerWrapper #contentWrapper #vertical_slide a {
	color: #CCCCCC;
}
#outerWrapper #contentWrapper #vertical_slide .nosotros {
	color: #CCCCCC;
	float: right;
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#outerWrapper #contentWrapper #vertical_slide .redes {
	list-style-type: none;
	margin: 0 0 0 740px;
	padding: 0px;
	height: 50px;
	width: 200px;
}
#outerWrapper #contentWrapper #vertical_slide .redes li {
	float: left;
	padding: 0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	width: 40px;
	height: 50px;
}
#outerWrapper #contentWrapper #vertical_slide .redes li a {
	float: left;
	padding: 0;
	width: 40px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	height: 50px;
}
#outerWrapper #contentWrapper #vertical_slide .redes #radFB {
	height: 50px;
	width: 40px;
	margin: 0 10px;
	padding: 0px;
}
#outerWrapper #contentWrapper #vertical_slide .redes #radFB a {
	background-image: url(../images/radiusFB.png);
	background-repeat: no-repeat;
}
#outerWrapper #contentWrapper #vertical_slide .redes #radFB a:hover {
	background-image: url(../images/radiusFBOver.png);
	background-repeat: no-repeat;
}
/* CSS Document */

#down {
	height: 250px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0px;
	width: 900px;
	color: #F0F0F0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
	font-size: small;
	font-weight: normal;
	line-height: 14px;
}
#outerWrapper #down div ul li {
	list-style-image: url(../images/bullet2.png);
	margin-top: 8px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
}
#outerWrapper #down h2 {
	color: #FCFCFC;
	text-align: left;
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: bold;
	font-size: 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#outerWrapper #down div ul {
	padding: 0px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#outerWrapper #down div {
	float: left;
	width: 240px;
	height: 230px;
	padding: 10px;
}
#outerWrapper #down .down1 {
	background-image: url(../images/cajas_01.jpg);
	background-repeat: no-repeat;
	margin-right: 50px;
}
#outerWrapper #down .down2 {
	background-image: url(../images/cajas_03.jpg);
	background-repeat: no-repeat;
	margin: 0 9px;
}
#outerWrapper #down .down3 {
	background-image: url(../images/cajas_05.jpg);
	background-repeat: no-repeat;
	margin-left: 50px;
}
#outerWrapper #contentWrapper #vertical_slide .redes #radTw {
	height: 50px;
	width: 40px;
	margin: 0 10px;
	padding: 0px;
}
#outerWrapper #contentWrapper #vertical_slide .redes #radTw a {
	background-image: url(../images/radiusTwitter.png);
	background-repeat: no-repeat;
}
#outerWrapper #contentWrapper #vertical_slide .redes #radTw a:hover {
	background-image: url(../images/radiusTwitterOver.png);
	background-repeat: no-repeat;
}
#outerWrapper #contentWrapper #vertical_slide .inicio {
	float: left;
	height: 40px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 14px;
	list-style-type: none;
}
#outerWrapper #contentWrapper #vertical_slide .inicio li {
	list-style-type: none;
	height: 30px;
	float: left;
	display: block;
	width: 120px;
}
#outerWrapper #contentWrapper #vertical_slide .inicio li a {
	list-style-type: none;
	height: 30px;
	display: block;
	float: left;
	position: absolute;
}
#outerWrapper #contentWrapper #vertical_slide .inicio .ini {
	width: 118px;
	height: 30px;
	margin: 0;
}
#outerWrapper #contentWrapper #vertical_slide .inicio .ini a {
	background-image: url(../images/subm_UP_17.png);
	background-repeat: no-repeat;
	width: 118px;
	text-indent: -9999px;
}
#outerWrapper #contentWrapper #vertical_slide .inicio .ini a:hover {
	background-image: url(../images/subm_Over_17.png);
	background-repeat: no-repeat;
}
#outerWrapper #contentWrapper #vertical_slide .inicio .websites {
	width: 120px;
	height: 30px;
	margin: 0;
}
#outerWrapper #contentWrapper #vertical_slide .inicio .websites a {
	background-image: url(../images/subm_UP_18.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 120px;
}
#outerWrapper #contentWrapper #vertical_slide .inicio .websites a:hover {
	background-image: url(../images/subm_Over_18.png);
	background-repeat: no-repeat;
}
#outerWrapper #contentWrapper #vertical_slide .inicio .imgcorp {
	width: 225px;
	height: 30px;
	margin: 0;
}
#outerWrapper #contentWrapper #vertical_slide .inicio .imgcorp a {
	background-image: url(../images/subm_UP_20.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 225px;
}
#outerWrapper #contentWrapper #vertical_slide .inicio .imgcorp a:hover {
	background-image: url(../images/subm_Over_20.png);
	background-repeat: no-repeat;
}
#outerWrapper #contentWrapper #vertical_slide .inicio .otros {
	width: 118px;
	height: 30px;
	margin: 0;
}
#outerWrapper #contentWrapper #vertical_slide .inicio .otros a {
	background-image: url(../images/subm_UP_22.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 118px;
}
#outerWrapper #contentWrapper #vertical_slide .inicio .otros a:hover {
	background-image: url(../images/subm_Over_22.png);
	background-repeat: no-repeat;
}
#outerWrapper #contentWrapper #vertical_slide .inicio .cont {
	width: 120px;
	height: 30px;
	margin: 0;
}
#outerWrapper #contentWrapper #vertical_slide .inicio .cont a {
	background-image: url(../images/contactoUp_18.png);
	background-repeat: no-repeat;
	width: 120px;
	text-indent: -9999px;
}
#outerWrapper #contentWrapper #vertical_slide .inicio .cont a:hover {
	background-image: url(../images/contactoOver_18.png);
	background-repeat: no-repeat;
}
#outerWrapper #contentWrapper #vertical_slide .inicio .cotizar {
	width: 184px;
	height: 30px;
	margin: 0 15px;
}
#outerWrapper #contentWrapper #vertical_slide .inicio .cotizar a {
	background-image: url(../images/contactoUp_20.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 184px;
}
#outerWrapper #contentWrapper #vertical_slide .inicio .cotizar a:hover {
	background-image: url(../images/contactoOver_20.png);
	background-repeat: no-repeat;
}
#outerWrapper #contentWrapper #vertical_slide .inicio .colaborar {
	width: 180px;
	height: 30px;
	margin: 0 15px;
}
#outerWrapper #contentWrapper #vertical_slide .inicio .colaborar a {
	background-image: url(../images/contactoUp_22.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 180px;
}
#outerWrapper #contentWrapper #vertical_slide .inicio .colaborar a:hover {
	background-image: url(../images/contactoOver_22.png);
	background-repeat: no-repeat;
}
