/**CARACTERISTICAS DE LA PLANTILLA**/
body{
	margin:0px;
	background-color:#fff;
	font-family: arial;
	font-style: italic;
	color:#c40000;
	font-size:16px;
}
img {
	border: none;
}
h1{
	color:#c40000;
	font-size:30px;
	font-family: arial;
	font-style: italic;
}

h2{
	color:#000;
	font-size:15px;
	font-family: arial;
	font-style: italic;
}
h3{
	color:#c40000;
	font-size:18px;
	font-family: arial;
	font-style: italic;
	line-height: 25px;
}
h4{
	color:#fff;
	font-size:20px;
	font-family: arial;
	font-style: italic;
	/*line-height: 25px;*/
}
h6{
	color:#000;
	font-style: italic;
}

a{
	color:#c40000;
	text-decoration:none;
	font-family: arial;
	font-style: italic;
}
a:hover{
	color:#262626;
	
}

p{
	color:#262626;
	font-size:16px;
	text-decoration:none;
	font-family: arial;
	font-style: italic;
}


/* MENU PRINCIPAL*/


#navigation-block {
	position:relative;
	top:200px;
	left:200px;
}

#hide {
	position:absolute;
	top:30px;
	left:-190px;
}

ul#sliding-navigation
{
	list-style: none;
	font-size: 12px;
	margin: 30px 0;
	padding: 0;
}

ul#sliding-navigation li.sliding-element a
{
	display: block;
	width: 150px;
	padding: 5px 18px;
	margin: 0;
	margin-bottom: 2px;
}


ul#sliding-navigation li.sliding-element a
{
	color: #ccc;
	background:#262626 url(menu/tab_bg.jpg) repeat-y;
	border: 1px solid #fff;
	text-decoration: none;
}

ul#sliding-navigation li.sliding-element a:hover { color: #fff; }


/* MENU SECUNDARIO*/
.msec {
	color:#ccc;
	text-decoration:none;
	font-family: arial;
	font-style: italic;
	font-size:12px;
	padding: 0px 7px;
}

.msec a {
	color:#ccc;
	text-decoration:none;
	font-family: arial;
	font-style: italic;
	font-size:12px;
}
.msec a:hover {
	color:#fff;
}



/* FIRMA*/
.imas {
	color:#8D8EC3;
	text-decoration:none;
	font-family: arial;
	font-style: italic;
	font-size:10px;
}

.imas a {
	color:#8D8EC3;
	text-decoration:none;
	font-family: arial;
	font-style: italic;
	font-size:10px;
}
.imas:hover {
	color:#c40000;
	text-decoration:none;
	font-family: arial;
	font-style: italic;
	font-size:10px;
}

/*  S I T E M A P */

.td_sitemap h2{
	/*background-color: #262626;*/
	white-space:nowrap;
	border-top:0px #E2888D solid;
	/*text-align:left;*/
	padding:3px 11px;
}
.td_sitemap{
	line-height:19px;
}

/* ESTILOS BOTON CONTRATAR*/

.contratar {
	display: block;
	background: url("../../../UserFiles/Image/ver-planes_s.png");
	width: 183px;
	height: 90px;
	text-decoration: none;
	margin: 0px auto;
}

.contratar:hover {
	display: block;
	background: url("../../../UserFiles/Image/ver-planes_s_h.png");
	width: 183px;
	height: 90px;
	text-decoration: none;
	margin: 0px auto;
}

.contratar-inicio {
	display: block;
	background: url("../../../UserFiles/Image/contratar.png") no-repeat center;
	width: 332;
	height: 49px;
	text-decoration: none;
	margin: 0px auto;
}

.contratar-inicio:hover {
	display: block;
	background: url("../../../UserFiles/Image/contratar-inicio.png");
	width: 332px;
	height: 49px;
	text-decoration: none;
	margin: 0px auto;
}
.contratar-basico {
	display: block;
	background: url("../../../UserFiles/Image/contratar.png") no-repeat center;
	width: 332;
	height: 49px;
	text-decoration: none;
	margin: 0px auto;
}

.contratar-basico:hover {
	display: block;
	background: url("../../../UserFiles/Image/contratar-basico.png");
	width: 332px;
	height: 49px;
	text-decoration: none;
	margin: 0px auto;
}
.contratar-total {
	display: block;
	background: url("../../../UserFiles/Image/contratar.png") no-repeat center;
	width: 332;
	height: 49px;
	text-decoration: none;
	margin: 0px auto;
}

.contratar-total:hover {
	display: block;
	background: url("../../../UserFiles/Image/contratar-total.png");
	width: 332px;
	height: 49px;
	text-decoration: none;
	margin: 0px auto;
}
/* ESTILOS BOTON  PLANESYPRECIOS*/

.planesyprecios {
	display: block;
	background: url("../../../UserFiles/Image/ver.png");
	width: 183px;
	height: 90px;
	text-decoration: none;
	margin: 0px auto;
}

.planesyprecios:hover {
	display: block;
	background: url("../../../UserFiles/Image/planes-y-precios.png");
	width: 183px;
	height: 90px;
	text-decoration: none;
	margin: 0px auto;
}

/* fondo planes*/
.p-inicio{
	background: url("fondo-para-planes-inicio.png") left top no-repeat;
}
.p-basico{
	background: url("fondo-para-planes-basico.png") left top no-repeat;
}
.p-total{
	background: url("fondo-para-planes-total.png") left top no-repeat;
}
.planes {
	background-color:#fff;
	width: 540px;
	border:none;
	margin-bottom:11px;
}
.planes td {
	margin-top: 60px;
	height:151px;
	vertical-align:bottom;
	color:#fff;
	font-size:13px;
	cursor:pointer;
}
.planes td:first-child {
	width:190px;
	text-align:center;
	vertical-align:bottom;
}
.planes td  ul{
	margin: 0px;
	padding: 17px;
}
.planes tr.tr_2  td{
	width: 540px;
	height: 80px;
	text-align: center;
	vertical-align:top!important;
}