/***********************************************/
/* estilos.css                                 */
/* SingularWeb - Todos los derechos reservados */
/***********************************************/

/***********************************************/
/* Estilos HTML General                        */
/***********************************************/
centrado{ 
	margin:0 auto 0 auto; width:390px; 
}
body{
	font-family: arial;
	font-size:12px;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	margin-bottom:20px;
	padding: 0px;
}

/******* hyperlink and anchor tag styles *******/

a:link {
	color: #005DE6;
	text-decoration: none;
}

a:visited {
	color: #005DE6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #005DE6;
}

/******* hyperlink rojo *******/

.linkrojo {
	color: #FF0000;
	text-decoration: none;
}
.linkrojo:link {
	color: #FF0000;
	text-decoration: none;
}

.linkrojo:visited {
	color: #FF0000;
	text-decoration: none;
}

.linkrojo:hover {
	text-decoration: underline;
	color: #FF0000;
}


/******* hyperlink blanco *******/

.linkblanco {
	color: #FFFFFF;
	text-decoration: none;
}
.linkblanco:link {
	color: #FFFFFF;
	text-decoration: none;
}

.linkblanco:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.linkblanco:hover {
	text-decoration: underline;
	color: #FFFFFF;
}




/************** header tag styles **************/

h1{
 	font-family: arial;
	font-size: 20px;
	color: #005DE6;
	text-decoration: none;
	font-weight: bold;
	padding:0px;
	margin:0px;
}

h2{
 	font-family: arial;
	font-size: 18px;
	color: #005DE6;
	text-decoration: none;
	font-weight: bold;
}

h3{
 	font-family: arial;
	font-size: 15px;
	color:#333333;
	text-decoration: none;
	font-weight: bold;
}

h4{
 font: 100% arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
titulo-banner{
 	font-family: arial;
	font-size: 16px;
	color: #005DE6;
	text-decoration: none;
	font-weight: bold;
}


/*************** INICIO DE ESTILOS PARA LAS LISTAS ***************/

#Listas_Azul{
	font-size:12px;
}

#Listas_Azul ul{
	margin-left:15px;
	padding-left:5px;
}

#Listas_Azul li{
	list-style-image:url(http://www.singularweb.com/imagenes/common/icono_az.gif);
	line-height:1.3em;
}

#Listas_Azul li a:hover{
	color:#005DE6;
	text-decoration:underline;
}

/************************/

#Listas_azul{
	font-size:12px;
}

#Listas_azul ul{
	margin-left:15px;
	padding-left:5px;
}

#Listas_azul li{
	list-style-image:url(http://www.singularweb.com/imagenes/common/icono_az.jpg);
	line-height:1.3em;
}
#Listas_Verde{
	font-size:12px;
}

#Listas_Verde ul{
	margin-left:15px;
	padding-left:5px;
}

#Listas_Verde li{
	list-style-image:url(http://www.singularweb.com/imagenes/common/icono_vr.jpg);
	line-height:1.3em;
}

#Listas_OK li{
	list-style-image:url(http://www.singularweb.com/imagenes/common/ico_ok.jpg);
	line-height:1.3em;
}
/************************/

#Listas_OK{
	font-size:12px;
}

#Listas_OK ul{
	margin-left:15px;
	padding-left:5px;
}

#Listas_OK li{
	list-style-image:url(http://www.singularweb.com/imagenes/common/ico_ok.jpg);
	line-height:1.3em;
}
/*********/

#Listas_Magenta{
	font-size:12px;
}

#Listas_Magenta ul{
	margin-left:15px;
	padding-left:5px;
}

#Listas_Magenta li{
	list-style-image:url(http://www.singularweb.com/imagenes/common/icono_mg.gif);
	line-height:1.3em;
}

/*******/

#Listas_Naranja{
	font-size:12px;
}

#Listas_Naranja ul{
	margin-left:15px;
	padding-left:5px;
}

#Listas_Naranja li{
	list-style-image:url(http://www.singularweb.com/imagenes/common/icono_nj.gif);
	line-height:1.3em;
}

/*******/

#Listas_Rojo{
	font-size:12px;
}

#Listas_Rojo ul{
	margin-left:15px;
	padding-left:5px;
}

#Listas_Rojo li{
	list-style-image:url(http://www.singularweb.com/imagenes/common/icono_rj.gif);
	line-height:1.3em;
}

/*******/

#Listas_Triangulo_Azul{
	font-size:12px;
}

#Listas_Triangulo_Azul ul{
	margin-left:15px;
	padding-left:5px;
}

#Listas_Triangulo_Azul li{
	list-style-image:url(http://www.singularweb.com/imagenes/common/icono_triangulo.gif);
	line-height:1.3em;
}

#Listas_Triangulo_Azul li a:hover{
color:#005DE6;
text-decoration:underline;
}

/*******/

#Listas_MasInformacion{
	font-size:11px;
}

#Listas_MasInformacion ul{
	margin-left:10px;
	padding-left:5px;
}

#Listas_MasInformacion li{
	list-style-image:url(http://www.singularweb.com/imagenes/common/bullet_moreinfo.gif);
	line-height:1.6em;
	vertical-align:top;	
}

#Listas_MasInformacion li a:hover{
	color: #005DE6;
	text-decoration:underline;
}

#Listas_MasInformacion li a:visited{
	color: #005DE6;
	text-decoration:none;
}

/*******/

#Listas_Mapa{
	font-size:10px;
}

#Listas_Mapa ul{
	margin-left:15px;
	padding-left:5px;
}

#Listas_Mapa li{
	list-style-image:url(http://www.singularweb.com/imagenes/common/ico_mapa.gif);
	font-family:arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color: #005DE6;
}

#Listas_Mapa li a:hover{
	color: #005DE6;
	text-decoration:underline;
}

#Listas_Mapa li a:visited{
	color: #005DE6;
	text-decoration:none;
}

#Listas_Mapa_Second li{
	list-style-image:url(http://www.singularweb.com/imagenes/common/icono_mg.gif);
	font-family:arial, Helvetica, sans-serif;
	font-size:12px;
	color:#005DE6;
	font-weight:normal;
	margin-left:150px;
}

#Listas_Mapa_Second li a:link{
	color:#005DE6;
	text-decoration:none;
}

#Listas_Mapa_Second li a:hover{
	color:#005DE6;
	text-decoration:underline;
}



/*************** FIN DE ESTILOS PARA LAS LISTAS ***************/

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: arial,sans-serif;
}

/***********************************************/
/* Divs de las Secciones Principales           */
/***********************************************/
.centrado {
margin: 0 auto !important;
}

#pagecell1{
	margin:0 auto 0 auto; width:1024px; 
	min-width:1024px;
	/*background-color: #ffffff;*/
}

#Header{
	top: 0px;
	margin:0 auto 0 auto; width:1024px;
	#height:115px;
}

#Header_BG{
	height:62px;
	background-position:top left; 
	background-repeat:repeat-x;
}

#Telefono{
	height:135px;
	width:205px;
	background-image:url(http://www.singularweb.com/imagenes/common/telefono_pequenio_bg.gif);
	background-repeat:no-repeat;
}

.Telefono_Titulo1{
font-family:arial;
font-size: 20px;
font-weight:400;
color:#999999;
}

.Telefono_Titulo2{
font-family:arial;
font-size: 24px;
font-weight:400;
color:#666666;
margin-left:40px;
line-height:0.7em;
}

.Telefono_Localizacion{
font-family:arial, sans-serif;
font-size: 11px;
font-weight:bold;
color:#999999;
line-height:2em;
}

.Telefono_Numero{
font-family:arial, sans-serif;
font-size: 18px;
font-weight:bolder;
color:#292929;
line-height:0.3em;
}

.Telefono_Horario{
font-family:arial, sans-serif;
font-size: 11px;
font-weight:bolder;
color:#ffffff;
text-align:center;
line-height:5.2em;
margin-left:3px;
}

#telefono_Presupuesto {
width:200px;
height:100px;
margin-top:10px;
color:#696969;
font-size:12px;
font-weight:bold;
background-image:url(http://www.singularweb.com/imagenes/common/ico_phone.gif);
background-position:top left;
background-repeat:no-repeat;
text-align:right;
}

#telefono_Presupuesto h1 {
color:#4E4E4E;
font-size:17px;
font-family:"Trebuchet MS";
}

#LogoSW{
	width:215px;
	text-align:center;
	color:#FFFFFF;
	font-size:10px;
	float:left;
	margin-left:5px;
	margin-top:5px;
}

#Banner{
	width:502px;
	height:75px;
	margin-left:10px;
	margin-bottom:30px;
	text-align:center;
	vertical-align:middle;
	padding-top:7px;
}

#MainPictureHome{
	width:542px;
	height:150px;
	/*background-image:url(http://www.singularweb.com/imagenes/home/g_imagen_principal.jpg);
	background-position:top left;
	background-repeat:no-repeat;*/
	margin-bottom:15px;
}

#MainPictureHome_Plantillas{
	height:150px;
	background-image: url(http://www.singularweb.com/imagenes/home/banner_plantillasweb.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:15px;
	margin-top:10px;
}

#MiniBox_Otros_Servicios{
	width:165px;
	font-size: 10px;
	color: #666666;
}

#steaker {
width:217px;
height:180px;
}

#Hosting_Caracteristicas {
width:214px;
height:620px;
background-image:url(http://www.singularweb.com/imagenes/common/caracteristicas_hosting.gif);
background-repeat:no-repeat;
}

#Hosting_Caracteristicas_h {
width:530px;
height:400px;
background-image:url(http://www.singularweb.com/imagenes/common/caracteristicas_hosting_h.gif);
background-repeat:no-repeat;
}

#Hosting_Caracteristicas_ppp {
width:530px;
height:560px;
background-image:url(http://www.singularweb.com/imagenes/common/caracteristicas_hosting_ppp.gif);
background-repeat:no-repeat;
}


#vps_box_masinfo {
font-size:11px;
font-weight:bold;
color:#FFFFFF;
text-align:right;
margin-right:5px;
}

#vps_box_masinfo a:link {
color:#FFFFFF;
text-decoration:none;
}

#vps_box_masinfo a:visited {
color:#FFFFFF;
}

#vps_box_masinfo a:hover {
color:#FFFFFF;
text-decoration:underline;
}

#vps_box_hosting {
width:256px;
height:205px;
background-image:url(http://www.singularweb.com/imagenes/vps/bg_hosting.jpg);
background-repeat:no-repeat;
}

#vps_box_hosting h1 {
font-family:"Trebuchet MS", arial;
font-size:16px;
color:#FFFFFF;
font-weight:bold;
/*text-align:center;*/
/*margin-right:10px;*/
/*margin-bottom:15px;*/
}

#vps_box_recursos {
width:256px;
height:205px;
background-image:url(http://www.singularweb.com/imagenes/vps/bg_recursos_independencia.jpg);
background-repeat:no-repeat;
}

#vps_box_recursos h1 {
font-family:"Trebuchet MS", arial;
font-size:16px;
color:#FFFFFF;
font-weight:bold;
/*text-align:right;
margin-right:10px;
margin-bottom:15px;*/
}

#vps_box_seguridad {
width:256px;
height:205px;
background-image:url(http://www.singularweb.com/imagenes/vps/bg_seguridad_buckups.jpg);
background-repeat:no-repeat;
}

#vps_box_seguridad h1 {
font-family:"Trebuchet MS", arial;
font-size:16px;
color:#FFFFFF;
font-weight:bold;
/*text-align:right;
margin-right:10px;
margin-bottom:15px;*/
}

#vps_box_velocidad {
width:256px;
height:205px;
background-image:url(http://www.singularweb.com/imagenes/vps/bg_velocidad_disponibilidad.jpg);
background-repeat:no-repeat;
}

#vps_box_velocidad h1 {
font-family:"Trebuchet MS", arial;
font-size:16px;
color:#FFFFFF;
font-weight:bold;
/*text-align:right;
margin-right:10px;
margin-bottom:15px;*/
}

/*********** Inicio de Estilos para el Texto Editable del MainPictureHome *****************/
#MainPictureHome_Texto{
	width:350px;
	position:absolute;
	margin-left:25px;
	margin-top:15px;
	color:#FFFFFF;
}

#MainPictureHome_Texto h1{
	font-family:"Trebuchet MS";
	font-size:24px;
	color:#FFFFFF;
}

#MainPictureHome_Texto h2{
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#FFFFFF;
}

#MainPictureHome_Texto h2 a:link{
	color:#FFFFFF;
	text-decoration:none;
}

#MainPictureHome_Texto h2 a:hover{
	/*color:#FF9900;*/
	text-decoration:underline;
}

#MainPictureHome_Texto h2 a:visited{
	color:#FFFFFF;
}

#MainPictureHome_Texto li{
	font-family:arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

/****/

#MainPictureHome_Plantillas_Texto{
	width:200px;
	position:absolute;
	margin-left:5px;
	margin-top:5px;
	color:#333333;
}

#MainPictureHome_Plantillas_Texto h1{
	font-family:"Trebuchet MS";
	font-size:16px;
	color:#333333;
}

#MainPictureHome_Plantillas_Texto h2{
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#333333;
}

#MainPictureHome_Plantillas_Texto h2 a:link{
	color:#333333;
	text-decoration:none;
}

#MainPictureHome_Plantillas_Texto h2 a:hover{
	color:#1A669F;
	text-decoration:underline;
}

#MainPictureHome_Plantillas_Texto h2 a:visited{
	color:#333333;
}

#MainPictureHome_Plantillas_Texto li{
	font-family:arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

/*********** Fin de Estilos para el Texto Editable del MainPictureHome *****************/

/****** Estilos para la Barra de Acceso a Clientes ***********/
#Acceso_Clientes{
width:100%;
height:27px;
background-image:url(http://www.singularweb.com/imagenes/common/g_fondo_accesoclientes.gif);
background-position:top left;
background-repeat:repeat-x;
border-top:1px solid #FFFFFF;
line-height:1.5em;
}

#Clientes_Texto{
float:left;
width:230px;
height:27px;
}

.Acceso_Clientes_Texto1{
font-family:"Century Gothic";
font-weight:bold;
font-size:15px;
color:#666565;
margin-left:15px;
line-height:1.5em;

}

.promo-destacado{
font-family:"Trebuchet MS";
font-weight:bold;
font-size:15px;
color:#000000;
margin-left:15px;
line-height:1.2em;

}

.Acceso_Clientes_Texto2{
font-family:"Century Gothic";
font-weight:bold;
font-size:17px;
color:#343333;
line-height:1.5em;
}

#Login{
float:left;
width:600px;
height:25px;
margin-left:10px;
margin-top:1.5px;
height:27px;
color:#333333;
}

#Login a:link{
color:#333333;
text-decoration:none;
}

#Login a:hover{
text-decoration:underline;
}

#Login a:visited{
color:#333333;
text-decoration:none;
}

/****** Fin de Estilos para la Barra de Acceso a Clientes ***********/

/****** Inicio de Estilos para los Contenedores a 3 Columnas ***********/

#Contendedor_Principal{
	width:99.4%;
	padding-left: 5px;
	padding-bottom:20px;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	background-color:#FFFFFF;
	margin-bottom:15px;
	float:left;
}

#Columna_Izquierda{
	float: left;
	width:220px;
	padding: 0px;
}

#Columna_Central{
	float: left;
	width:547px;
	padding: 0px;
	margin-left:5px;
}

#Columna_Derecha{
	float: left;
	margin-left:5px;
	width:220px;
	padding: 0px;
}

#Columna_Inferior{
	float:left; 
	width:990px; 
	height:190px;
	margin-top:15px;
}

/****** Fin de Estilos para los Contenedores a 3 Columnas ***********/

/****** Inicio de Estilos para la HOME PAGE ***********/

#Tabla_Hosting{
	width:542px;
	margin-bottom:25px;
}
#Tabla_Hosting_izq{
	width:215px;
	margin-bottom:25px;
}
#Tabla_Hosting_2{
	width:200px;
	margin-bottom:25px;
}
#Tabla_Hosting_3{
	width:500px;
	margin-bottom:25px;
}
#Tabla_Hosting_Titulo{
	width:542px;
	height:37px;
	background-image:url(http://www.singularweb.com/imagenes/common/hosting_tabla_titulo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
	font-family:arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	line-height:2em;
}
#Tabla_Hosting_Titulo3{
	width:405px;
	height:37px;
	background-image:url(http://www.singularweb.com/imagenes/common/hosting_tabla_titulo3.gif);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
	font-family:arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	line-height:2em;

}
#Tabla_Hosting_Titulo_2{
	width:136px;
	height:37px;
	background-image:url(http://www.singularweb.com/imagenes/common/hosting_tabla_titulo_2.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
	font-family:arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	line-height:2em;
}

#Tabla_Hosting_Columna{
	width:120px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	height:450px;
	border:1px solid #66A2D3;
	float:left;
	background-image:url(http://www.singularweb.com/imagenes/common/hosting_tabla_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-left:4px;
	margin-bottom:15px;
}

#Tabla_Hosting_MiniBox{
	width:117px;
	height:92px;
	border:1px solid #67A2D3;
	margin-bottom:10px;
	padding-top:5px;
}

#Tabla_Hosting_MiniBox2{
	width:200px;
	height:92px;
	border:1px solid #67A2D3;
	margin-bottom:10px;
	padding-top:5px;
}

#Servicios_Vertical{
	width:100%;
	margin-bottom:20px;
}

#Servicios_Vertical img{
	float:left;
	margin-right:10px;
	margin-bottom:60px;
}

#Servicios_Vertical h1{
	font-size:16px;
	color:#005DE6;
	font-weight:bold;
	letter-spacing:-1px;
}

#Servicios_Vertical h1 a:link{
	color:#005DE6;
	text-decoration:none;
}

#Servicios_Vertical h1 a:hover{
	color:#005DE6;
	text-decoration:underline;
}

#Servicios_Vertical h1 a:visited{
	color:#005DE6;
}


/****** Fin de Estilos para la HOME PAGE ***********/

/************** Inicio de Estilo de las Utilidades (Menu Superior Derecho de la Cabecera) *****************/

#Utilidades{
	/*position: absolute;
    top: 0px;
	left: 50%;*/
	position: static;
	float:right;
	color: #919999;
	height:24px;
	width:600px;
	font-family:arial;
	font-size:12px;
	background-image:url(http://www.singularweb.com/imagenes/common/g_fondobarramenu.gif);
	background-position:tsop left;
	background-repeat:repeat-x;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
}

#Utilidades a{
	color: #ffffff;
}

#Utilidades a:hover{
	text-decoration: underline;
}
/************** Fin de Estilo de las Utilidades (Menu Superior Derecho de la Cabecera) *****************/


/************* Inicio de Estilos de las Migajas de Seguimiento ***************/
#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small arial,sans-serif;
	color: #000066;
	/*border-right:1px solid #999999;*/
}

#breadCrumb a{
	color: #000066;
}

#breadCrumb a:hover{
	color: #000066;
	text-decoration: underline;
}
/************* Fin de Estilos de las Migajas de Seguimiento ***************/


/************** Inicio de Estilos para el Pie de Página ****************/
#Footer{
	/*height:150px;*/
	
	margin:0 auto 0 auto;
	width:992px;
	#width:1024px;
	clear: both;
	border:1px solid #999999;
	font-size: 10px;
	color: #666666;
	padding: 10px 10px 10px 20px;
	margin-top: 0px;
	background-color:#FFFFFF;
}

#Footer a:link{
	color:#005DE6;
	text-decoration:none;
}

#Footer a:visited{
	color:#005DE6;
	text-decoration:none;
}

#Footer a:hover{
	text-decoration:underline;
}

#Footer_Direcciones{
	width:750px;
	margin-top:0px;
	font-size:11px;
	color: #666666;
	float:left;
}

#Footer_Direcciones_2{
	width:750px;
	margin-top:10px;
	font-size:13px;
	color: #666666;
	float:left;
}
#Footer_Direcciones_3{
	margin-top:10px;
	font-size:11px;
	color: #666666;
	float:left;
}
#Footer_Direcciones ul{
	margin-left:5px;
	padding-left:5px;
}

#Footer_Direcciones li{
	list-style-image:url(http://www.singularweb.com/imagenes/common/g_bullet_azul.gif);
}

#Footer_eTrust{
	width:370px;
	float:right;
}

#Footer_BottomLinks{
	width:800px;
	float:left;
	font-size:10px;
	color:#CCCCCC;
}

#Footer_BottomLinks a:link {
	color:#CCCCCC;
	text-decoration:none;
}

#Footer_BottomLinks a:hover {
	color:#CCCCCC;
	text-decoration:none;
}

#Footer_BottomLinks a:visited{
	color:#CCCCCC;
	text-decoration:none;
}



/************** Fin de Estilos para el Pie de Página ****************/


.seo_text
{
	font-size:13px;
	font-family:verdana;
}
.seo_h1
{
	font-size:20px;
	font-family:verdana;
}

/***********************************************************
     ESTILOS QUE SON APLICADOS AL MENU DESPLEGABLE
************************************************************/
#menu{
width:100%;
height:24px;
font-family:arial;
font-size:12px;
background-image:url(http://www.singularweb.com/imagenes/common/g_fondobarramenu.gif);
background-position:top left;
background-repeat:repeat-x;
z-index:100;
border-bottom:1px solid #000000;
border-top:1px solid #FFFFFF;
}

#menu_container{
vertical-align:top;
width:100%;
}

#menu_item{
float:right;
margin:0;
padding:0;
list-style:none;
}

#menu_item li{
padding:0;
height:24px;
background-image:url(http://www.singularweb.com/imagenes/common/g_div_menu.gif);
background-position:top right;
background-repeat:no-repeat;
list-style:none;
color: #FFFFFF;
text-align:center;
line-height:2em;
float:left;
text-indent:5px;
padding-right:5px;
}

#menu_item li a:link{
color:#FFFFFF;
text-decoration:none;
}

#menu_item li a:hover{
display:block;
text-decoration:underline;
color:#ffffff;
background-color:#0964EB;
}

#menu_item li a:visited{
color:#FFFFFF;
}
/********************* FIN DE LOS ESTILOS PARA EL MENÚ **********************/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {
height:24px;
width: auto;
display:block;
clear:both;
background-color:#000000;
z-index: 20;
/*border-right:1px solid #000;*/
}

#navContainer a:hover{
	text-decoration: underline;
}

/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* Header menu */	 
#header_menu {
position: absolute; 
margin-left: 20px;
}

#header_menu li {
line-height: 1em;
font-family:arial;
font-weight:normal;
color:#ffffff;
font-size:12px;
border-right:1px solid #000000;
border-left:1px solid #FFFFFF;

}

* html #header_menu li { /* Este es un FIX para IE6*/
line-height: normal;
font-family:arial;
font-weight:normal;
color:#ffffff;
font-size:12px;
border-right:1px solid #000000;
border-left:1px solid #FFFFFF;
}

ul#header_menu  {z-index: 10; clear: both;}

#nav {
	/*height: 1.68em;*/
	height:22px;
	border-top: 0;
	border-bottom:1px solid #000000;
	border-top:1px solid #FFFFFF;
	padding:0;
	#background-image:url(http://www.singularweb.com/imagenes/common/g_fondobarramenu.gif);
	background-color: #666666;
	background-repeat:repeat-x;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 81%; 
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {
float: left; 
text-align: center; 
font-family:arial;
font-weight:normal;
color:#ffffff;
/*width:108px;*/
}

#nav ul li a {
display: block;
padding: 5px 5px; 
padding-bottom: 4px; 
/*border-left: 1px solid #000; 
border-right: 1px solid #000; */
color: #fff; 
text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {
/*background: #d1d2d4; */
/*border-color: #fff; */
color:#fff;
background-color:#0964EB;
text-decoration: underline;
}

#nav li a:active, #nav ul li a.active {
/*background: #d1d2d4; */
/*border-color: #fff; */
color: #fff;}

/* Current page Customisations*/
#nav li.menu-current a		{
/*background: #000; */
color: #fff; 
/*border-bottom: 1px solid #000;*/
}

#nav li.menu-current a		{
font-weight: normal;
} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 16em; margin: 0; display: none; text-transform: none; /*border: 1px solid #000;*/ border-top: 0; font-size: 100%;}
#nav .menu li ul li {width: 16em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: normal;}
#nav .menu li ul a {width: 15.5em; /*padding: .6em .1em .6em .4em;*/ background: #4b4c4d; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #fff; background: #0964EB; border: 0; color:#fff;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; /*padding: .6em .1em .6em .4em;*/ background: #4b4c4d; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}


#nav2 {
	/*height: 1.68em;*/
	height:33px;
	border-top: 0;
	border-bottom:1px solid #000000;
	border-top:1px solid #FFFFFF;
	padding:0;
	#background-image:url(http://www.singularweb.com/imagenes/common/g_fondobarramenu.gif);
	background-color: #666666;
	background-repeat:repeat-x;
}
#nav2 ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 81%; 
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav2 ul li {
float: left; 
text-align: center; 
font-family:arial;
font-weight:normal;
color:#ffffff;
/*width:108px;*/
}

#nav2 ul li a {
display: block;
padding: 5px 5px; 
padding-bottom: 4px; 
/*border-left: 1px solid #000; 
border-right: 1px solid #000; */
color: #fff; 
text-decoration: none;}

/* Root Level Link Formatting */
#nav2 ul li a:hover, #nav2 li a:focus {
/*background: #d1d2d4; */
/*border-color: #fff; */
background-color:#0964EB;
color:#fff;
text-decoration: none;
}

#nav2 li a:active, #nav2 ul li a.active {
/*background: #d1d2d4; */
/*border-color: #fff; */
color: #fff;}

/* Current page Customisations*/
#nav2 li.menu-current a		{
/*background: #000; */
color: #fff; 
/*border-bottom: 1px solid #000;*/
}

#nav2 li.menu-current a		{
font-weight: normal;
} 

/* 2nd Child menu */
#nav2 .menu li ul {position: absolute; width: 16em; margin: 0; display: none; text-transform: none; /*border: 1px solid #000;*/ border-top: 0; font-size: 100%;}
#nav2 .menu li ul li {width: 16em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: normal;}
#nav2 .menu li ul a {width: 15.5em; /*padding: .6em .1em .6em .4em;*/ background: #4b4c4d; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav2 .menu li ul a:hover {color: #fff; background: #0964EB; border: 0; color:#fff;}

/* Show and hide */
#nav2 .menu li:hover ul, #nav2 .menu li a:focus ul, #nav2 .menu li.subMenu ul {display: block;}
#nav2 .menu li ul ul { display: none;}
#nav2 .menu li:hover ul ul, #nav2 .menu li.subMenu ul ul {display: none;}
#nav2 .menu li:hover ul, #nav2 .menu li li:hover ul, #nav2 .menu li.subMenu ul, #nav2 .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav2 .menu li ul li ul li a 	{ width: 11.5em; /*padding: .6em .1em .6em .4em;*/ background: #4b4c4d; color: #fff; }

/* Positioning the Pop-out Drops */
#nav2 li {position: relative;}

#nav2 ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */


/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/********************* INICIO DE LOS ESTILOS PARA EL BOX REDONDEADO CON SOMBRAS **********************/
.caja {     
	width: 214px;
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_central.gif);
    background-repeat: repeat-y;
}

.cajaarriba {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_superior.gif);
    background-position: top center;
    background-repeat: no-repeat;
}

.cajaabajo {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_inferior.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 10px;
} 
/********************* FIN DE LOS ESTILOS PARA EL BOX REDONDEADO CON SOMBRAS **********************/

/********************* INICIO DE LOS ESTILOS PARA EL BOX REDONDEADO CON LINEAS **********************/
.caja_lineas0 {     
	width: 215px;
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_lineas_central0.gif);
    background-repeat: repeat-y;

}

.caja_lineas {     
	width: 215px;
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_lineas_central3_.gif);
    background-repeat: repeat-y;

}

.caja_lineas_arriba {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_lineas_superior3_.gif);
    background-position: top center;
    background-repeat: no-repeat;
}

.caja_lineas_abajo {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_lineas_inferior3_.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 5px;

}

.caja_lineas_arriba0 {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_lineas_superior0.gif);
    background-position: top center;
    background-repeat: no-repeat;
}

.caja_lineas_abajo0 {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_lineas_inferior0.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 5px;

} 
.caja_lineas_2 {     
	width: 215px;
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_lineas_central4.gif);
    background-repeat: repeat-y;

}

.caja_lineas_arriba_2 {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_lineas_superior4.gif);
    background-position: top center;
    background-repeat: no-repeat;
}

.caja_lineas_abajo_2 {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_lineas_inferior4.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 5px;
} 
.caja_lineas_3 {     
	width: 525px;
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_lineas_central5.gif);
    background-repeat: repeat-y;

}


.caja_lineas_abajo_3 {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_lineas_inferior5.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 5px;
}
/********************* FIN DE LOS ESTILOS PARA EL BOX REDONDEADO CON LINEAS **********************/
/********************* INICIO DE LOS ESTILOS PARA EL BOX DE BANNERS **********************/
.caja_lineas_banner {     
	width: 250px;
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_lineas_central2.gif);
    background-repeat: repeat-y;
	margin-top:10px;
}

.caja_lineas_arriba_banner {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_lineas_superior2.gif);
    background-position: top center;
    background-repeat: no-repeat;
}

.caja_lineas_abajo_banner {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_lineas_inferior2.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 5px;
} 
/********************* FIN DE LOS ESTILOS PARA EL BOX DE BANNERS **********************/

/********************* INICIO DE LOS ESTILOS PARA EL BOX DE BANNERS AZUL **********************/
.caja_lineas_banner_azul {     
	width: 250px;
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_lineas_central_azul.jpg);
    background-repeat: repeat-y;
	margin-top:15px;
}

.caja_lineas_arriba_banner_azul {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_lineas_superior_azul.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.caja_lineas_abajo_banner_azul {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_lineas_inferior_azul.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 5px;
} 
/********************* FIN DE LOS ESTILOS PARA EL BOX DE BANNERS AZUL **********************/

/********************* INICIO DE LOS ESTILOS PARA EL BOX DE BANNERS AZUL COLUMNA**********************/
.caja_lineas_banner_azulcol {     
	width: 215px;
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_lineas_central_azulcol.jpg);
    background-repeat: repeat-y;
	margin-top:15px;
}

.caja_lineas_arriba_banner_azulcol {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_lineas_superior_azulcol.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.caja_lineas_abajo_banner_azulcol {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_lineas_inferior_azulcol.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 5px;
} 
/********************* FIN DE LOS ESTILOS PARA EL BOX DE BANNERS AZUL COLUMNA **********************/


/********************* INICIO DE LOS ESTILOS PARA EL BOX REDONDEADO CON LINEAS **********************/
.caja_lineas_home {     
	width: 265px;
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_lineas_central_home.gif);
    background-repeat: repeat-y;
	margin-top:10px;
}

.caja_lineas_arriba_home {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_lineas_superior_home.gif);
    background-position: top center;
    background-repeat: no-repeat;
}

.caja_lineas_abajo_home {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_lineas_inferior_home.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 5px;
} 
/********************* FIN DE LOS ESTILOS PARA EL BOX REDONDEADO CON LINEAS **********************/

/********************* INICIO DE LOS ESTILOS PARA EL BOX REDONDEADO CON LINEAS PARA DISTRIBUIDORES ***************/
.caja_Distribuidores_lineas {     
	width: 546px;
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_distribuidores_central.gif);
    background-repeat: repeat-y;
	margin-top:10px;
}

.caja_Distribuidores_lineas_arriba {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_distribuidores_superior.gif);
    background-position: top center;
    background-repeat: no-repeat;
}

.caja_Distribuidores_lineas_abajo {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_distribuidores_inferior.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 10px;
} 
/********************* FIN DE LOS ESTILOS PARA EL BOX REDONDEADO CON LINEAS PARA DISTRIBUIDORES ***************/

/********************* INICIO DE LOS ESTILOS PARA EL BOX REDONDEADO CON LINEAS PARA OTROS SERVICIOS ***************/
.caja_OtrosServicios_lineas {     
	width: 990px;
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_otrosservicios_central.gif);
    background-repeat: repeat-y;
}

.caja_OtrosServicios_lineas_arriba {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_otrosservicios_superior.gif);
    background-position: top center;
    background-repeat: no-repeat;
}

.caja_OtrosServicios_lineas_abajo {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_otrosservicios_inferior.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 10px;
} 
/********************* FIN DE LOS ESTILOS PARA EL BOX REDONDEADO CON LINEAS PARA OTROS SERVICIOS ***************/

/********************* INICIO DE LOS ESTILOS PARA EL BOX REDONDEADO CON LINEAS PARA SERVIDORES VIRTUALES ***************/
.caja_ServidoresVirtuales_lineas {     
	width: 171px;
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_servervirtual_central.gif);
    background-repeat: repeat-y;
}

.caja_ServidoresVirtuales_lineas_arriba {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_servervirtual_superior.gif);
    background-position: top center;
    background-repeat: no-repeat;
}

.caja_ServidoresVirtuales_lineas_abajo {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_servervirtual_inferior.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 10px;
} 
/********************* FIN DE LOS ESTILOS PARA EL BOX REDONDEADO CON LINEAS PARA SERVIDORES VIRTUALES ***************/

/********************* INICIO DE LOS ESTILOS PARA EL BOX REDONDEADO CON LINEAS PARA SERVIDORES VIRTUALES ***************/
.caja_planes_lineas_hosting {     
	width: 542px;
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_planes_central_hosting.gif);
    background-repeat: repeat-y;
}

.caja_planes_lineas_arriba_hosting {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_planes_superior_hosting.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}
.caja_planes_lineas_arriba_hosting2 {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_planes_superior_hosting2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.caja_planes_lineas_abajo_hosting {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_planes_inferior_hosting.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 3px 10px 10px 10px;
} 
.caja_planes_lineas_abajo_hosting2 {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_planes_inferior_hosting2.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 3px 10px 10px 10px;
}
/********************* INICIO CAJAS PARA BANNERS LATERAL IZQUIERDO ***************/
.caja_planes_lineas_hosting_izq {     
	width: 215px;
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_banners_central_izq.jpg);
    background-repeat: repeat-y;
}

.caja_planes_lineas_arriba_hosting_izq {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_banners_superior_izq.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.caja_planes_lineas_abajo_hosting_izq {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_banners_inferior_izq.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 3px 10px 10px 10px;
}	
/********************* FIN CAJAS PARA BANNERS LATERAL IZQUIERDO ***************/

/********************* INICIO CAJAS PARA BANNERS LATERAL IZQUIERDO NARANJA ***************/
.caja_planes_lineas_hosting_izq_naranja {     
	width: 215px;
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_banners_central_izq_naranja.jpg);
    background-repeat: repeat-y;
}

.caja_planes_lineas_arriba_hosting_izq_naranja {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_banners_superior_izq_naranja.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.caja_planes_lineas_abajo_hosting_izq_naranja {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_banners_inferior_izq_naranja.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 3px 10px 10px 10px;
}	
/********************* FIN CAJAS PARA BANNERS LATERAL IZQUIERDO NARANJA ***************/




.Titulo_Planes_Hosting {
font-family:arial;
font-size: 18px;
font-weight:bold;
color:#FFFFFF;
line-height:1.6em;
padding-left:10px;
} 

.Icono_Hosting {
float:left;
} 


.caja_planes_lineas {     
	width: 265px;
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_planes_central.jpg);
    background-repeat: repeat-y;
}

.caja_planes_lineas_arriba {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_planes_superior.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.caja_planes_lineas_abajo {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_planes_inferior.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 5px 10px 10px 10px;
} 

#fondo_disco_virtual {
    background-image:url(http://www.singularweb.com/imagenes/common/caja_planes_vertical_07_ddv.gif); 
	background-position:right bottom; 
	background-repeat:no-repeat
} 

#fondo_vps {
    background-image:url(http://www.singularweb.com/imagenes/common/caja_planes_vps.gif); 
	background-position:right bottom; 
	background-repeat:no-repeat
} 

#fondo_hosting_linux {
    background-image:url(http://www.singularweb.com/imagenes/common/caja_planes_linux_bg.gif);
	background-position:right bottom; 
	background-repeat:no-repeat
} 

#fondo_hosting_windows {
    background-image:url(http://www.singularweb.com/imagenes/common/caja_planes_windows_bg.gif);
	background-position:right bottom; 
	background-repeat:no-repeat
} 

/********************* FIN DE LOS ESTILOS PARA EL BOX REDONDEADO CON LINEAS PARA SERVIDORES VIRTUALES ***************/

/********************* INICIO DE LOS ESTILOS PARA EL BOX REDONDEADO CON LINEAS PARA SERVIDORES VIRTUALES ***************/
.caja_contacto_lineas {     
	width: 540px;
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_contacto_central.jpg);
    background-repeat: repeat-y;
}

.caja_contacto_lineas_arriba {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_contacto_superior.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.caja_contacto_lineas_abajo {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_contacto_inferior.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 10px;
} 
/********************* FIN DE LOS ESTILOS PARA EL BOX REDONDEADO CON LINEAS PARA SERVIDORES VIRTUALES ***************/

/********************* INICIO DE LOS ESTILOS PARA EL BOX REDONDEADO CON LINEAS PARA PLANTILLAS WEB ***************/
.dominio_central {     
	width: 492px;
	background-image:url(http://www.singularweb.com/imagenes/common/g_box_dominio_central.jpg);
	background-repeat:repeat-y;
}

.dominio_superior {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_dominio_superior.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}

.dominio_inferior {
    background-image:url(http://www.singularweb.com/imagenes/common/g_box_dominio_inferior.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 3px 3px 3px 3px;

}

.plantillas_caja_planes_lineas {     
	width: 204px;
	border-right:1px solid #5698CE;
	border-left:1px solid #5698CE;
	background-image:url(http://www.singularweb.com/imagenes/common/plantillas_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.plantillas_caja_planes_lineas_arriba {
    background-image:url(http://www.singularweb.com/imagenes/common/plantillas_box_right_superior.gif);
    background-position: top center;
    background-repeat: no-repeat;
}

.plantillas_caja_planes_lineas_abajo {
    background-image:url(http://www.singularweb.com/imagenes/common/plantillas_box_right_inferior.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 3px 3px 3px 3px;
} 

#Plantillas_Box_Asistente {
	width:194px;
	height:127px;
    background-image:url(http://www.singularweb.com/imagenes/common/plantillas_box_asistente.gif);
	background-position:top left; 
	background-repeat:no-repeat;
	padding-top:10px;
}

#Plantillas_Titulo {
	margin-left:10px;
	color:#FFFFFF;
	background-image:url(http://www.singularweb.com/imagenes/common/plantillas_bullet.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:3px;
}

#Plantillas_Box_Planes {
	width:196px;
	height:196px;
    background-image:url(http://www.singularweb.com/imagenes/common/plantillas_box_planes.gif);
	background-position:top left; 
	background-repeat:no-repeat;
	padding-top:2px;
}  

.plantillas_caja_planes_lineas2 {     
	width: 217px;
	border-right:1px solid #5698CE;
	border-left:1px solid #5698CE;
	background-image:url(http://www.singularweb.com/imagenes/common/plantillas_bg2.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.plantillas_caja_planes_lineas_arriba2 {
    background-image:url(http://www.singularweb.com/imagenes/common/plantillas_box_left_superior.gif);
    background-position: top center;
    background-repeat: no-repeat;
}

.plantillas_caja_planes_lineas_abajo2 {
    background-image:url(http://www.singularweb.com/imagenes/common/plantillas_box_left_inferior.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
    padding: 5px 5px 5px 5px;
} 

#Plantillas_Box_Beneficios {
	width:211px;
	height:302px;
    background-image:url(http://www.singularweb.com/imagenes/common/plantillas_box_beneficios.gif);
	background-position:top left; 
	background-repeat:no-repeat;
	padding-top:3px;
}  

#Plantillas_Box_Central {
	width:538px;
	background-image:url(http://www.singularweb.com/imagenes/common/plantillas_bg2.jpg);
	background-position:top left; 
	background-repeat:repeat-x;
	border:1px solid #5698CE;
	margin-left:3px;
}  

#Plantillas_Texto {
background-color:#FFFFFF;
border-bottom:1px solid #5898CE;
border-right:1px solid #5898CE;
border-top:1px solid #5898CE;
border-left:10px solid #006699;
margin-bottom:15px;
margin-left:5px;
margin-right:5px;
padding:5px;
}  

/********************* FIN DE LOS ESTILOS PARA EL BOX REDONDEADO CON LINEAS PARA PLANTILLAS WEB ***************/


/********************* Inicio de los Estilos para los TITULOS DEL BOX DE DOMINIOS **********************/
#Dominios_Box_AZUL{     
	width: 186px;
	height:16px;
	background-color:#1757B9;
	color:#EEEEEE;
	vertical-align:middle;
	padding:2px;
	margin-top:10px;
	margin-bottom:10px;
}

#Dominios_Box_Numerico_AZUL{     
	width: 16px;
	height:16px;
	background-color:#216EE2;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	margin-right:3px;
	float:left;
}

#Dominios_Box_NARANJA{     
	width: 186px;
	height:16px;
	background-color:#FF9900;
	color:#EEEEEE;
	vertical-align:middle;
	padding:2px;
	margin-top:10px;
	margin-bottom:10px;
}
#Dominios_Box_NARANJA a:link{     
	color:#FFFFFF;
}

#Dominios_Box_NARANJA a:hover{     
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

#Dominios_Box_NARANJA a:visited{     
	color:#FFFFFF;
}

#Dominios_Box_Numerico_NARANJA{     
	width: 16px;
	height:16px;
	background-color:#FFCC00;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	vertical-align:text-top;
	margin-right:3px;
	float:left;
}
/********************* Fin de los Estilos para los TITULOS DEL BOX DE DOMINIOS  **********************/

/********************* Inicio de los Estilos para los TITULOS DEL BOX DE SERVIDORES **********************/
#Servidores_Box_AZUL{
	font-family:arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;     
	width: 215px;
	height:30px;
	/*background-color:#1757B9;*/
	color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
	/*border-right:15px solid #226FE5;*/
	margin-top:5px;
	line-height:2em;
	background-image:url(http://www.singularweb.com/imagenes/common/caracteristicas_hosting_title.gif);
	background-repeat:no-repeat;
	background-position:top right;
	
}
#Servidores_Box_AZUL_2{
	font-family:arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;     
	width: 225px;
	height:30px;
	/*background-color:#1757B9;*/
	color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
	margin-top:5px;
	line-height:2em;
	/*border-right:15px solid #226FE5;*/
	background-image:url(http://www.singularweb.com/imagenes/common/caracteristicas_hosting_title_2.gif);
	background-repeat:no-repeat;
	background-position:top right;
	
}
#Servidores_Box_AZUL3{
	font-family:arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;     
	width: 215px;
	height:30px;
	/*background-color:#1757B9;*/
	color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
	/*border-right:15px solid #226FE5;*/
	background-image:url(http://www.singularweb.com/imagenes/common/caracteristicas_hosting_title.gif);
	background-repeat:no-repeat;
	background-position:top right;
	
}

#Servidores_Box_AZUL_h{
	font-family:arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;     
	width: 530px;
	height:30px;
	/*background-color:#1757B9;*/
	color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
	/*border-right:15px solid #226FE5;*/
	margin-top:5px;
	margin-bottom:10px;
	line-height:2em;
	background-image:url(http://www.singularweb.com/imagenes/common/caracteristicas_hosting_title_h.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin-left:6px;
}

#Servidores_Box_AZUL_ppp{
	font-family:arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;     
	width: 30px;
	/*background-color:#1757B9;*/
	color:#FFFFFF;
	vertical-align:middle;
	text-align:center;
	/*border-right:15px solid #226FE5;*/
	margin-top:5px;
	margin-bottom:10px;
	line-height:2em;
	background-image:url(http://www.singularweb.com/imagenes/common/caracteristicas_hosting_title_h.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin-left:6px;
}

/********************* Fin de los Estilos para los TITULOS DEL BOX DE SERVIDORES **********************/

/********************* Inicio de los Estilos para los Textos en General **********************/
.Box_Dominios_Titulo{     
	color:#005DE6;
	font-weight:bold;
}

.Box_HostingMasBarato_Titulo{
	font-size:15px;
}

.Box_Noticias_Titulo_Principal{
	font-size:16px;
	color:#005DE6;
	font-weight:bold;
	line-height:4em;
	letter-spacing:-1px;
}

.Box_Noticias_Titulo{
	font-size:11px;
	color:#000000;
	font-weight:bold;
}

.Box_Noticias_Titulo a:link{
	color:#000000;
	text-decoration:none;
}

.Box_Noticias_Titulo a:hover{
	text-decoration:none;
	color:#000000;
}

.Box_Noticias_Titulo a:visited{
	color:#000000;
}

.Link_Azul_Pequeno{
	font-size:10px;
	color:#005DE6;
}

.Link_Azul_Pequeno a:link{
	color:#005DE6;
	text-decoration:none;
}

.Link_Azul_Pequeno a:hover{
	text-decoration:underline;
}

.Link_Azul_Pequeno a:visited{
	color:#005DE6;
}


.General_Titulo_Principal_Azul{
	font-size:16px;
	color:#006699;
	font-weight:bold;
	letter-spacing:-1px;
}

.General_Titulo_Principal_Negro{
	font-size:16px;
	color:#000000;
	font-weight:bold;
	letter-spacing:-1px;
}


.General_Titulo_Principal_Azul2{
	font-size:14px;
	color:#006699;
	font-weight:bold;
	letter-spacing:-1px;

	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.General_Titulo_Principal_Azul a:link{
	color:#005DE6;
}

.General_Titulo_Principal_Azul a:hover{
	color:#005DE6;
	text-decoration:underline;
}

.General_Titulo_Principal_Azul a:visited{
	color:#005DE6;
}
.General_Titulo_Secundario_Azul{
	font-size:12px;
	color:#006699;
	font-weight:bold;
	
}

.General_Titulo_Secundario_Azul a:link{
	color:#006699;
}

.General_Titulo_Secundario_Azul a:hover{
	color:#0000A0;
	text-decoration:underline;
}

.General_Titulo_Secundario_Azul a:visited{
	color:#0000A0;
}

.General_Texto_Normal{
	font-size:12px;
	color:#000000;
}

.General_Texto_Normal a:link{
	color:#000000;
	text-decoration:none;
}

.General_Texto_Normal a:hover{
	color:#000000;
	text-decoration:underline;
}

.General_Texto_Normal a:visited{
	color:#000000;
}

.General_Texto_Normal_Azul{
	font-size:12px;
	color:#005DE6;
}

.General_Texto_Normal_Azul a:link{
	color:#005DE6;
	text-decoration:none;
}

.General_Texto_Normal_Azul a:hover{
	color:#005DE6;
	text-decoration:underline;
}

.General_Texto_Normal_Azul a:visited{
	color:#005DE6;
}

.General_Texto_Caja_Superior{
	font-size:12px;
	color:#000066;
}

.General_Texto_Destacado_Caja_Superior{
	font-size:15px;
	color:#000066;
}


.SubMenu_Vertical_Texto {
	color:#666666;
	padding-left:10px;
	font-weight:normal;
}

.Menu_Vertical_Texto {
	color:#666666;
	padding-left:10px;
	font-weight:normal;
}

.Menu_Vertical_Texto a:link {
	color:#666666;
	text-decoration:none;
}

.Menu_Vertical_Texto a:hover {
	color:#005DE6;
	text-decoration:underline;
}

.Menu_Vertical_Texto a:visited {
	color:#666666;
	text-decoration:none;
}

.Menu_Vertical_Texto_Activo {
	color:#005DE6;
	padding-left:10px;
	font-weight:bold;
}

.Menu_Vertical_Texto_Activo a:link {
	color:#005DE6;
	text-decoration:none;
}

.Menu_Vertical_Texto_Activo a:hover {
	text-decoration:underline;
}

.Menu_Vertical_Texto_Activo a:visited {
	color:#005DE6;
	text-decoration:none;
}

.Menu_Margen {
	margin-left:5px;
}

.Celda02 {
	text-decoration: none;
	background-color: #f5f5f5;
	font-family: arial;
	font-size: 11px;
	color: #000000;
	border-top: 1px #CCCCCC;
	border-right: 1px #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding-right: 10px;

}

.Celda03 {
	text-decoration: none;
	background-color: #FFFFFF;
	font-family: arial;
	font-size: 12px;
	color: #000000;
	border-top: 1px #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align: center;

}
.Celda02_0 {
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
	border-top: 0px solid #CCCCCC;
	border-right: 2px solid #999999;
	border-bottom: 1px solid #CCCCCC;
	border-left: 2px solid #999999;
	padding-right: 10px;
	font-weight: bold;
}

.Celda02_1 {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	padding-right: 10px;
	
}
.Celda02_1_rj {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	padding-right: 10px;
	color: #FF0000;	
	
}
.Celda02_2 {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	padding-right: 10px;
	
}
.Celda02_2_rj {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	padding-right: 10px;
	color: #FF0000;	
	
}
.Celda02_3 {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	padding-right: 10px;
	

}
.Celda02_3_rj {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	padding-right: 10px;
	color: #FF0000;	
	

}
.Celda02_4 {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #999999;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	padding-right: 10px;
}
.Celda02_4_rj {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #999999;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	padding-right: 10px;
	color: #FF0000;	
}
.Celda02_4alt {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	border-top: 2px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	padding-right: 10px;
}
.Celda02_4bajo {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 0px solid #CCCCCC;
	padding-right: 10px;
}
.Celda02_3alt {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	border-top: 2px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	padding-right: 10px;
}
.Celda02_3bajo {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #999999;
	border-left: 0px solid #CCCCCC;
	padding-right: 10px;
}
.Celda02_2alt {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	border-top: 2px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	padding-right: 10px;
}
.Celda02_2bajo {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #999999;
	border-left: 0px solid #CCCCCC;
	padding-right: 10px;
}
.Celda02_1alt {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	border-top: 2px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	padding-right: 10px;
}
.Celda02_1bajo {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #999999;
	border-left: 0px solid #CCCCCC;
	padding-right: 10px;
}
.Celda02_0alt {
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
	border-top: 2px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 1px solid #CCCCCC;
	border-left: 2px solid #999999;
	padding-right: 10px;
	font-weight: bold;
}
.Celda02_0bajo {
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
	border-top: 0px solid #CCCCCC;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #999999;
	padding-right: 10px;
	font-weight: bold;
}
.Celda02_6 {
	text-decoration: none;
	font-family: arial;
	font-size: 16px;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #999999;
	border-bottom: 1px solid #CCCCCC;
	border-left: 2px solid #999999;
	padding-right: 10px;
	color: #0000FF;
}
.Celda02_6_2 {
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #999999;
	border-bottom: 1px solid #CCCCCC;
	border-left: 2px solid #999999;
	padding-right: 10px;
	color: #0000FF;
}

.Celda02_1bajo_rj {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #999999;
	border-left: 0px solid #CCCCCC;
	padding-right: 10px;
	color: #FF0000;
	
}
.Celda02_2alt_rj {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	border-top: 2px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	padding-right: 10px;
	color: #FF0000;

}
.Celda02_2bajo_rj {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #999999;
	border-left: 0px solid #CCCCCC;
	padding-right: 10px;
	color: #FF0000;
}

.Celda02_4alt_rj {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	border-top: 2px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	padding-right: 10px;
	color: #FF0000;
}
.Celda02_4bajo_rj {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 0px solid #CCCCCC;
	padding-right: 10px;
	color: #FF0000;
}
.Celda02_3alt_rj {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	border-top: 2px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	padding-right: 10px;
	color: #FF0000;
}
.Celda02_3bajo_rj {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #999999;
	border-left: 0px solid #CCCCCC;
	padding-right: 10px;
	color: #FF0000;
}
.pequenio_az{
	text-decoration: none;
	background-color: none;
	color: #216ee2;
	font-size: 12px;
	font-weight: bold;
	
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.pequenio_az a:link{
	text-decoration: none;
	color: #216ee2;
}

.pequenio_az a:hover{
	color: #216ee2;
}

.pequenio_az a:visited{
	color: #216ee2;
}

.pequenio_vr{
	text-decoration: none;
	background-color: none;
	color: #666666;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.pequenio-mg{
	text-decoration: none;
	background-color: none;
	color: #666666;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.pequenio-nj{
	text-decoration: none;
	background-color: none;
	color: #666666;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.pequenio-rj{
	text-decoration: none;
	background-color: none;
	color: #FF0000;
	font-size: 12px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.pequenio_vr2{
	text-decoration: none;
	background-color: none;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.pequenio-mg2{
	text-decoration: none;
	background-color: none;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.pequenio-nj2{
	text-decoration: none;
	background-color: none;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.pequenio-rj2{
	text-decoration: none;
	background-color: none;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.pequenio_vr3{
	text-decoration: none;
	background-color: none;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.pequenio-mg3{
	text-decoration: none;
	background-color: none;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.pequenio-nj3{
	text-decoration: none;
	background-color: none;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.pequenio-rj3{
	text-decoration: none;
	background-color: none;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}


.diseño_pagina_gr {
	font-family: arial;
	font-size: 12px;
	color: #ffffff;
	background-color: #777777;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.enlace-precio-az{
	text-decoration: none;
	background-color: none;
	color: #666666;
	font-size: 18px;
}

.enlace-precio-az1{
	text-decoration: none;
	background-color: none;
	color: #000066;
	font-size: 18px;

}	
.enlace-precio-vd{
	text-decoration: none;
	background-color: none;
	color: #666666;
	font-size: 18px;
}	
.enlace-precio-vd1{
	text-decoration: none;
	background-color: none;
	color: #4BAF01;
	font-size: 18px;
	

}	

.enlace-precio-az2{
	text-decoration: line-through;
	background-color: none;
	color: #666666;
	font-size: 17px;
	font-weight: normal;	
}	

.enlace-precio-vd2{
	text-decoration: line-through;
	background-color: none;
	color: #666666;
	font-size: 18px;
	font-weight: normal;		
	
}
.enlace-precio-az{
	text-decoration: none;
	background-color: none;
	color: #666666;
	font-size: 18px;
	
}
.enlace-precio-mg{
	text-decoration: none;
	background-color: none;
	color: #666666;
	font-size: 18px;
}
.enlace-precio-mg1{
	text-decoration: none;
	background-color: none;
	color: #FE0099;
	font-size: 18px;	
	
}
.enlace-precio-mg2{
	text-decoration: line-through;
	background-color: none;
	color: #666666;
	font-size: 18px;
	font-weight: lighter;	
}
.enlace-precio-nj{
	text-decoration: none;
	background-color: none;
	color: #666666;
	font-size: 17px;
}
.enlace-precio-nj1{
	text-decoration: none;
	background-color: none;
	color: #EC6E00;
	font-size: 18px;

	
}
.enlace-precio-nj2{
	text-decoration: line-through;
	background-color: none;
	color: #666666;
	font-size: 18px;
	font-weight: lighter;
	
}
.enlace-precio-rj{
	text-decoration: none;
	background-color: none;
	color: #FF0100;
	font-size: 17px;
}
.enlace-precio-rj-bg-white{
	text-decoration: none;
	background-color: white;
	color: #FF0100;
	font-size: 14px;
}
.enlace-precio-rj3{
	text-decoration: none;
	background-color: none;
	color: #FF0100;
	font-size: 12px;
}
.enlace-precio-rj4{
	text-decoration: none;
	background-color: none;
	color: #FF0100;
	font-size: 17px;	

	
}
.enlace-precio-ng{
	text-decoration: none;
	background-color: none;
	color: #000000;
	font-size: 17px;

}
.enlace-precio-rj2{
	text-decoration: line-through;
	background-color: none;
	color: #666666;
	font-size: 16px;
	font-weight: lighter;

}

.texto_rojo{
	color: #FF0100;
}

.diseño {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.diseño-grande {
	font-weight: bold;
	text-transform: none;
	font-family: arial;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

.diseño2 {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #DDDDDD;
	border-top: 2px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 0px solid #CCCCCC;
	border-left: 2px solid #999999;
	padding-right: 10px;
}

.servidor_virtual {
	font-family: arial;
	font-size: 11px;
	color: #005DE6;
	text-decoration: none;
}

