/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #A3CC86 url(../images/fondo_body_5.jpg) repeat-x scroll left top;
}
form{
	margin:0;
	padding:0;
}
a:link, a:hover, a:visited{
	color:#0000EE;
}
input[type="text"]{
	font-size:10px;
}
textarea{
	font-size:11px;
}
h1{
	text-indent:20px;
	text-align:justify;
	color:#74985b;
	font: normal normal bold 14px/20px Arial, Helvetica, sans-serif;
	background: #FFF url(../images/bullet_titulo.png) no-repeat scroll left 2px;
	margin-top:8px;
}
/* Selecciona los h1 que aparecen justo a continuación de un .nav_bar */
.nav_bar+h1{
	margin-top:5px;
}
h2{
	font-size:12px;
	color:#F29400;
	font-weight:bold;
	margin:0;
	margin-bottom:5px;
	margin-top:5px;
}
h2 a:link, h2 a:visited{
	color:#F29400;
	text-decoration:none;
}
h2 a:hover{
	text-decoration:underline;
	color:#FF6600;
}
h2 a{
	background: url(../images/btn_mas.png) left no-repeat;	
	padding-left:20px;
}
h5{
	background: #FFF url(../images/bullet_seccion.png) no-repeat scroll 10px 3px;
	padding-left:10px;
	margin:0;
	margin-bottom:5px;
	font-size:11px;
	text-indent:15px;
	text-align:justify;
}
h5 a:link, h5 a:visited{
	color:#000000;
	text-decoration:none;
}
h5 a:hover{
	color:#999999;
}
dl{
	margin-left:10px;
}
dt{
	font-weight:bold;
	text-indent:20px;
	background: #FFFFFF url(../images/bullet_flechas.png) no-repeat scroll left center;
}
dd{
	margin-bottom:5px;
}
dt a:link, dt a:visited{
	color:#000000;
}
dt a:hover{
	color:#999999;
}
label.error{
	color:#C40000;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:2px;
	display:block;
}
input.error, textarea.error{
	background-color:#FFA4A4;
	border:1px solid #C40000;
}
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
	padding-left:10px;
}
li{
	list-style:inside;
}
ul li>ul{
	padding-left:20px;
}
ul li>ul li{
	list-style-type:square;
}
/* Identificadores */
#contenedor{
	width: 900px;
	border:1px solid #000;
	background-color:#FFFFFF;
	margin:auto;
}
#cabecera{
	height:88px;
	background-image:url(../images/cabecera.jpg);
	background-repeat:no-repeat;
}
#banner{
	width: 820px;
	height:88px;
	float:left;
}
#select_font{
	width:80px;
	float:right;
}
#acceso-ftp{ margin-top:70px; text-align:right;	padding:0 5px }
#acceso-ftp a{ color:#333 }
#pie{
	color:#FFFFFF;
	font-size:9px;
	height:30px;
	line-height:9px;
	text-align:center;
	background: #FFF url(../images/pie.png) repeat-x scroll bottom;
}
#pie span{
	position:relative;
	top:11px;
	text-align:center;
}
#lateral_derecho{
	width: 155px;
	background: #FFF url(../images/servidores.jpg) no-repeat scroll bottom;
}
#lateral_izquierdo{
	width:210px;
	background: #FFF url(../images/earth.jpg) no-repeat scroll bottom;
}
#imagen_lateral_izquierdo{
	height:152px;
}
#cuerpo #centro>div{
	margin-left:10px;
}
#form_contacto input[type="text"]{
	width:300px;
}
#form_contacto textarea{
	width:300px;
	height:75px;
	font-family:Arial, Helvetica, sans-serif;
}
#result_contacto{
	background: #FFF url(../images/email.jpg) no-repeat scroll center;
	height:250px;
}
#centro p{
	text-align:justify;
}
#link_volver_superior{
	text-align: right;
	margin-top: -15px;
	margin-bottom: -5px;
}
#link_volver_inferior{
	text-align: right;
}
#select_font table{
	float:right;
	margin:5px;
}
#icon_bar{
 width: 900px;
 margin:auto;
}
/* Clases */
.borde_gris_1px{
	border: 1px solid #999999;
}
.borde_azul_2px{
	border: 2px solid #000066;
}
.letra_azul{
	color: #000066;
}
.cuadro_folleto{
	border: 2px solid #006600;
	padding:5px;
}
.resaltado_verde{
	font-weight:bold;
	color:#74985b;
}
th.tabla_precios{
	color:#000066;
	background-color:#FF9933
}
.link_mas_caracteristicas{
	margin-top: 10px;
	margin-bottom:5px;
}
.itemBulletAmarillo{
	background: #FFF url(../images/bullet_seccion.png) no-repeat scroll left 3px;
	text-indent:15px;
	margin-bottom:5px;
	margin-top:5px;
}
.nav_bar{
	font: normal normal normal 9px Arial, Helvetica, sans-serif;
	margin-top: 5px;
	background: #FFF url(../images/bullet_navbar.jpg) no-repeat scroll left top;
	text-indent:12px;
	color:#000;
}
.nav_bar a{
	color:#74985b;
}
