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

* html img, * html .png {
	position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "css/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true) );
}

/* */
/*generales*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
	background: #2C2C2C  url(../images/bg-body.png) repeat-x top left;
    color: #FFFFFF;
    margin: 0;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content:none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */ 
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */ 
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:undeline;
	color:#acfa00
}
a:hover {
	text-decoration:none;
}
p {
color:#FFFFFF;
font-size:14px;
line-height:20px;
text-align: justify;
}
#content-right p{
	padding-bottom: 20px;

}
p + p {

}

h1 {

}
#content-right h1{
	color: #ACFA00;
	font-size: 36px;
	margin-top: 30px;
	margin-bottom: 30px;
	letter-spacing: -1px;
	
}
h2 {

}

#content h3, .apple_overlay-padd h3{
    padding: 0px 25px 0px 30px;
    float: left;
    background: #343434 url(../images/sidebartitle.png) no-repeat center right;
    color: #96e028;
    float: left;
    font-size: 18px;
    height: 44px;
    line-height: 44px;	
}
hr {
	border:1px solid #ccc
}
img {

}

img, div, a, input { behavior: url(iepngfix.htc) }

input, textarea, select{

}
input[type=submit]{}

input[type=button]{}

input[type=text]{}

input[type=password]{}

.margen_s {	margin: 5px;	}
.margen_m {	margin: 10px;	}
.margen {	margin: 15px;	}
.margen_l {	margin: 20px;	}
.padd_s {	padding: 5px;	}
.padd_m {	padding: 10px;	}
.padd {	padding: 15px;	}
.padd_l {	padding: 20px;	}

.padd_top10 {	padding-top:10px;}
.padd_top20 {	padding-top:20px;}
.padd_top65 {	padding-top:65px; }
.padd_left10  {	padding-left:10px;}
.span235{width:235px !important}
.span250{width:250px !important}
.span255{width:255px !important}
.span260{width:260px !important}
.span265{width:265px !important}
.span360{width:360px !important}
.span270{width:270px !important}
.span340{width:340px !important}
.span550{width:550px !important}
.span610{width:610px !important}
.span690{width:690px !important}
.span710{width:710px !important}
.span1020{width:1020px !important}

.clear {	clear: both;	}

.left {	text-align: left !important;	}
.center {	text-align: center !important;	}
.right {	text-align: right !important;	}

.fright {	float: right !important;	}	
.fleft {	float: left !important;		}
.no-bg {     background: none !important;		}

/*end generales*/
/*    capas   */
#header-wrapper{
	height:140px;	
/*
	background: #1B1B1B;
	border-bottom:#575656 1px solid;
*/
}
#header {
	height:141px;
	width:1020px;
	margin: 0px auto;
	position: relative;
}
#logo {
	padding:0px 0 0px 0px;
	float:left;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}
#logo span{
	display:none;
}

#all_content {
	width:100%;
	height:100%;
	background-image:url(../images/body_bg_2.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
}
#contenedor {
	margin:0px auto;
	width:1260px;
	height:auto;
}

#subheader-wrapper{
	width: 100%;
	margin-top:25px;
	margin-bottom:25px;
	margin-bottom:0px;
}

#subheader {
	height:348px;
	width:1020px;
	margin: 0px auto;
	float: none;
	background-image:url(../images/banner_bg.jpg);
	background-repeat:repeat-x;
}
#content-wrapper{
	margin-top:25px;
	width: 100%;
}
#content{
	height:auto;
	width:1020px;
	margin:0px  auto;
	float:none;
	padding-bottom: 25px;
}
#content-left {
	width:630px;
	float:left;
	height:auto;
}
#content-right {
	width:388px;
	float:right;
	height:auto;
}



.blanco, #content .white {
	color:#FFFFFF !important;
}
.verde,#content .green {
	color:#ACFA00 !important;
}
.naranja,#content .orange {
	color:#FF9C00 !important;
}
.azul, .blue {
	color:#0084FF !important;
}
/*
.espacio {
	width:100%;
	float:left;
	height:30px;
}

.portfolio {
	width:350px;
	float:left;
	height:auto;
	line-height:16px;
	padding:25px 0 0 15px;
	color:#fff;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
}
.portfolio .subitem {
	color:#817f7f;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}
.imagen_port {
	width:335px;
	height:auto;
	margin:15px 0 20px 15px;
}
*/
#news-wrapper{
	
}
.news-block {
	width:575px;
	margin-right:10px;
	height:auto;
	float:left;
}
.news-block .noti_fecha {
	background-image:url(../images/solapa_fecha.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:108px;
	height:46px;
	padding:0px 0 0 0px;
	word-spacing:1px;
	float:left;
	margin: 0px 20px 0 0;
}
.news-block .latestnew{
	background-position: bottom left !important;	
}
.news-block .noti_dia {
	color:#ACFA00;
	font-size:36px;
	font-weight:bold;
	line-height:36px;
	border-right:1px solid #fff;
	width:50px;
	margin: 5px 0 5px 0;
	text-align: center;
	float:left;
}
.news-block .noti_m_a {
	color:#FFFFFF;
	width:55px;
	margin: 5px 0 5px 0;
	text-align: center;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
	float: left;
}
.news-block .noti_m_a span{
	font-size: 12px;
}
.news-block h2 {
	width:439px;
	font-size:28px;
	line-height:30px;
	height:auto;
	text-align: left;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	letter-spacing: -0.02em;
	padding-bottom: 20px;
	float: left;	
}
.news-block h2 a{
	color:#ffffff;
	text-decoration:none;
}
.news-block h2 a:hover{
	color:#ACFA00;
	text-decoration:none;
}
.news-block p a:hover {
	text-decoration:underline
}
.news-block .noti_desarrollo {
	width:445px;
	padding:0 0 20px 0px;
	margin-bottom:10px;
	border-bottom: solid 1px #4f4e4e;
	font-size:14px;
	line-height:20px;
	height:auto;
	float: right;
	color:#FFFFFF;
}
.noti_desarrollo a.img {
	padding: 0 0 20px 0;
	float: left;

}
.noti_desarrollo a.img img{
	border:4px solid #000000;	
}
.noti_desarrollo a.img:hover img {
	border:4px solid #acfa00;
}
.news-block  .noti_desarrollo p{
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	clear: both;
}
.news-block  .noti_desarrollo p a{text-decoration: underline;}
.news-block  .noti_desarrollo p a:hover{ text-decoration: none;}

#sidebar-top{
	width:388px;	
	background:url(../images/top_der.png) no-repeat top left;
	padding-top:8px;
	float: left;
}
#sidebar-bottom{
	width:388px;	
	background:url(../images/pie_der.png) no-repeat bottom left;
	padding-bottom:8px;
	float: left;		
}
#sidebar-cont{
	height:auto;
	width:386px;
	padding: 0px 0px 0px 0px;
	float:left;
	border-left: 1px solid #4c4c4c;
	border-right: 1px solid #4c4c4c;
	background-color:#3e3e3e	
}
#sidebar-cont h3 {
/*
    padding: 0px 25px 0px 30px;
    float: left;
    background: #343434 url(../images/sidebartitle.png) no-repeat center right;
    color: #96e028;
    float: left;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
*/
}
#sidebar-cont h3.twitter-title{
	color: #02a2f2;
	position: relative;
}
#sidebar-cont h3.twitter-title span{
	position: absolute;
	right: 10px;
	top:-20px;
}
#content-right #sidebar-cont ul{
	margin: 0px;
	list-style: none;
}
#content-right #sidebar-cont li{
	color: #fff;
	list-style: none;
}
.cder, .sidebar-block {

	height:auto;
	width:386px;
	float:left;
	background:#3e3e3e url(../images/sidebar-blcok.jpg) no-repeat center bottom;
	border-bottom:1px solid #4c4c4c;
	padding-bottom:15px;
	padding-top:20px;

}
.sidebar-block-last{
	height:auto;
	width:386px;
	float:left;
	padding-bottom:15px;
	padding-top:20px;	
}
.sidebar-block p {
	clear:both;
	padding: 10px 22px 10px 22px;
	font-size: 17px;
	line-height: 30px;
}
.sidebar-block a {
	color: #fff;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}
.sidebar-block a:hover {
	text-decoration:underline;
}
.sidebar-block a.img img{
	border: 2px solid #000;
}
.sidebar-block a.img:hover img{
	border: 2px solid #ACFA00;
}
.sidebar-block .develop-wrapper{
	float: left;
	width:386px;
	padding: 0px 0 10px;	
	
}
.sidebar-block .develop-blocks{
	margin: 0px auto;
	clear: both;
	width: 260px;
}
.sidebar-block .develop-blocks h4 {
    color: #FFFFFF;
    clear: both;
    font-size: 13px;
    font-weight: bold;
    height: auto;
    line-height: 16px;
    padding: 20px 0 5px;
	
}
.sidebar-block .develop-blocks h4 span.web{
	font-size:11px;	
	color: #a8f406;
}
.sidebar-block .develop-blocks h4 span.sist{
	font-size:11px;	
	color: #0084ff;
}
.sidebar-block .develop-blocks h4 span.gra{
	font-size:11px;	
	color: #FF8F2B;
}
.sidebar-block .develop-blocks h4 span{
color:#817F7F;
font-size:11px;
font-weight:normal;
text-decoration:none;	
    font-weight: normal;
}
#twitter_div{
	float: left;
	padding-top: 30px;
	margin-left:25px;
	margin-right:25px;	
}
#twitter_div a {
	color:#0893d9;
	text-decoration:underline;
}
#twitter_div a:hover {
	text-decoration:none;
}
#twitter_div ul {
	list-style:none;
	padding-left:0px;

	margin-top:0px;
}
#twitter_div ul li {
	list-style:none;
	padding-left:20px;
	font-size:14px;
	line-height:20px;
	padding-bottom: 10px;
	background: url(../images/twili.png) no-repeat 0px 5px;
}
#twitter_div ul li a {
	color:#0893d9;
	text-decoration:underline;
}
#twitter_div ul li a:hover {
	text-decoration:none;
}
.divimg {
	height:auto;
	width:358px;
	padding: 0px 0px 0px 28px;
	float:left;
	margin-top:20px;
}
.divimg a {
	color:#787878;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
}
.divimg a:hover {
	color:#acfa00;
	text-decoration:none;
}
.divimg img {
	border:0;
}
.divimg a:hover img {
	border:0;
}
.azul_flirk {
	color:#02a2f2;
	font-size:24px;
}
.fux_flirk {
	color:#ff00ae;
	font-size:24px;
}
.cder_pie {
	height:8px;
	width:388px;
	float:left;/* background-image:url(../images/pie_der.png); background-repeat:no-repeat; background-position:top;*/
}
.txt_gris {
	width:340px;
	height:21px;
	line-height:21px;
	text-align:right;
	float:left;
	margin-bottom:25px;
}
.txt_gris a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#9e9e9e;
	text-decoration:none;
}
.txt_gris a:hover {
	color:#96e028;
	text-decoration:none;
}

#content .flecha, #content .bt-more {
	background-image:url(../images/flecha_2.png);
	background-position: center right;
	background-repeat:no-repeat;
	color: #C0C0C0;
	font-size: 9px;	
	padding: 5px 20px 5px 0;
	line-height: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#content .right a.bt-more {
	margin-right: 25px;
}
#content .flecha a:hover ,#content .bt-more:hover{
	text-decoration:none;
	color:#96E028;
}
#footer-wrapper{
	background: #99E100 url(../images/bg-footer.png) repeat-x top center;
	width:100%;	
	clear: both;
}
#subfoo {
	height:192px;
	width:100%;
	width:840px;
	margin:0px auto 0px auto;	
/*
	background-image:url(../images/subfoo_bg.jpg);
	background-repeat:repeat-x;
*/
}
#subfoo table, #subfoo table td{
	vertical-align: top;
}
#subfoo h3{
	font-size: 12px;
	color: #ffffff;
	padding: 35px 0 15px;
}
#subfoo a{
	color: #AAAAAA;
	font-size: 12px;
	text-decoration: none;
}
#subfoo a:hover{
	color: #ffffff;
	
}
#subfoo p{
	color: #AAAAAA;
	line-height: 20px;
	font-size: 12px;
}
#foo {
	height:82px;
	width: 1020px;
	margin: 0px auto;

}
#foo ul{
	height: 40px;
	line-height: 40px;
	padding: 27px 0 0 0;
}
#foo ul li{
	float: left;
	height: 40px;
	line-height: 40px;	
}
#foo ul li a{
	float: left;
	height: 40px;
	line-height: 31px;	
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	margin: 0 0 0 40px;
}
#foo ul li a.bt-home{
	margin:0  190px  0 0 ;
}
#foo ul li.lang a{
	color: #D7D7D7;
}
#foo ul li a:hover{
	color: #282828;
}
.subfoo_l {
	width:200px;
	height:auto;
	float: left;
	text-align: right !important;
}
.subfoo_c {
	padding: 0px 100px; 
	width: 240px;
	height:auto;
	float:left;
	text-align: left;
	font-size:12px;
}
.subfoo_l a{
	float: right;	
}
.subfoo_c a{
	float: left;
}
.subfoo_c a, .subfoo_l a{
	margin-top: 10px;
	clear: both;
}

.subfoo_r {
	width:200px;
	height:auto;
	float: left;
	font-size:12px;
	color:#5a5a5a;
}





.logo_marca {
	width:350px;
	float:left;
	height:45px;
	padding-top:5px;
}
.logo_marca .derecha {
	float:right;
	width:175px;
}
.logo_marca .izquierda {
	float:left;
	width:175px;
}
.logo_marca a img {
	border:none;
}
.nav_pie {
	width:160px;
	float:left;
	height:50px;
	line-height:20px;
	color:#817f7f;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}
.nav_pie a {
	color:#fff;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
}
.nav_pie a:hover {
	color:#588100;
	font-size:16px;
	text-decoration:none;
}
.nav_pie a .subitem {
	color:#fff;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
}
.nav_pie a:hover .subitem {
	color:#588100;
	font-size:11px;
	text-decoration:none;
}
/* SERVICIOS */
.left-info {
    margin-top: 100px;
    text-align: right !important;
}
.left-info p{
	text-align: right !important;
}
#content-right ul{
	margin-left: 15px;
}
#content-right ul li{
	list-style: disc;
	color: #81CF0E;

}
#content-right ul li p{
	color:#fff;
	padding: 0px;
	text-align: left;
}

#content-right .WEB h1{
	margin-bottom:8px;	margin-top:15px;
}

#content-right .GRAPHIC h1{
	color: #FF9C00;
	margin-bottom:8px;	margin-top:15px;
}
#content-right .GRAPHIC ul{
	padding-bottom:50px;
}
#content-right .GRAPHIC li{
	color: #FF9C00;
}
#content-right .SYSTEMS h1{
	color: #0084FF;
	margin-bottom:8px;
	margin-top:15px;
}
#content-right .SYSTEMS ul{
	padding-bottom:50px;
}
#content-right .SYSTEMS li{
	color: #0084FF;
}

/*ABOUT*/
.important-text{
	margin-top:98px;
}
.important-text p{
	font-size: 18px;
	color: #B1B1B1;
	text-align: right;
	line-height: 1.4;
}

/* DETALLE */
/*
.todo {
	width:1018px;
	float:left;
	height:auto;
}
.todo hr {
	border:1px solid #4f4e4e
}
.todo h1 {
	font-size:36px;
	color:#81cf0e;
	text-transform:uppercase;
}
.todo h1 .H_claro {
	font-size:14px;
	color:#9E9E9E;
	text-transform:uppercase;
}
.todo h2 {
	font-size:18px;
	color:#81cf0e;
	line-height:20px;
}
.todo h3 {
	font-size:18px;
	color:#81cf0e;
	line-height:20px;
}
.todo h4 {
	font-size:18px;
	color:#81cf0e;
	line-height:20px;
}
.todo h5 {
	font-size:18px;
	color:#81cf0e;
	line-height:20px;
}
.todo h6 {
	font-size:18px;
	color:#81cf0e;
	line-height:20px;
}
.titulo_gral {
	margin-left:418px;
	width:600px;
}
.lado_i {
	width:418px;
	height:auto;
	float:left;
}
.lado_i p{ font-size:14px; line-height:20px; padding-right:60px; text-align:right;}
.oculta{ font-size:14px; color:#ff0000; line-height:20px; padding-right:60px; text-align:right; visibility: visible;}
.asterisco{ color:#81cf0e; font-weight:bold; }
.lado_i img {
	padding:10px; 
	border:1px solid #535353;
	text-align:center;
}
.lado_i_botonera_izq {
	width:20px;
	float:left;
	height:13px;
	margin-top:10px;
}
.lado_i_botonera_izq a {
	width:20px;
	height:13px;
	background-image:url(../images/flecha.png);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration:none
}
.lado_i_botonera_izq a:hover {
	background-image:url(../images/flecha_h.png);
	background-repeat:no-repeat;
	text-decoration:none
}
.lado_i_botonera_cen {
	width:306px;
	float:left;
	height:auto;
	margin-top:15px;
	font-size:12px;
	line-height:20px;
	padding:0 5px 0 5px;
}
.lado_i_botonera_der {
	width:20px;
	float:left;
	height:13px;
	margin-top:10px;
}
.lado_i_botonera_der a {
	width:20px;
	height:13px;
	background-image:url(../images/flecha_2.png);
	background-repeat:no-repeat;
	background-position:right;
	text-decoration:none
}
.lado_i_botonera_der a:hover {
	background-image:url(../images/flecha_2_h.png);
	background-repeat:no-repeat;
	text-decoration:none
}
.lado_d {
	width:600px;
	height:auto;
	float:left;
	font-weight:normal;
	font-size:14px;
	line-height:20px;
}
.lado_d .H_sin_margen {
	margin:0;
	padding:5px 0 0 0;
}
.lado_d a {
	font-weight:normal;
	font-size:14px;
	line-height:20px;
	text-decoration:underline;
	color:#99e100;
}
.lado_d a:hover {
	font-size:14px;
	line-height:20px;
	text-decoration:none;
	color:#99e100;
}
.lado_d ul {
	list-style:none;
	padding-left:2px;
	margin-left:2px;
}
.lado_d li {
	list-style:none;
	background-image:url(../images/li_ico.png);
	background-repeat:no-repeat;
	background-position:left;
	padding:3px 3px 3px 25px;
	margin-left:10px;
	widows:80%;
}
.picassa a {
	font-weight:bold;
	font-size:12px;
	line-height:20px;
	text-decoration:underline;
	color:#ffffff;
}
.picassa a:hover {
	font-size:14px;
	line-height:20px;
	text-decoration:underline;
	color:#99e100;
}
.detalle_subtitulo {
	font-size:14px;
	color:#fff;
	line-height:20px;
}
.detalle_subtitulo_verde {
	color:#81cf0e;
	font-weight:600;
}
.detalle_iconos {
	font-size:14px;
	color:#fff;
	line-height:20px;
	word-spacing:25px;
}
.detalle_iconos a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
.detalle_iconos a:hover {
	text-decoration:none;
	color:#99e100;
	font-weight:bold;
}
.detalle_iconos img {
	padding-right:10px;
	border:none;
	vertical-align: bottom;
}
*/
/* portfolio */
/*
.portfolio_i { width:230px; float:left; text-align:right; font-size:14px; font-weight:bold; line-height:28px; padding-top:50px; padding-bottom:20px;}
.web{ color:#acfa00}
.web a{ color:#858484; text-decoration:none;}
.web a:hover { color:#acfa00}
.grafica{ color:#ff9c00}
.grafica a{ color:#858484; text-decoration:none;}
.grafica a:hover{ color:#ff9c00}
.sistemas{ color:#0084ff}
.sistemas a { color:#858484 ; text-decoration:none;}
.sistemas a:hover { color:#0084ff}



.portfolio_d { width:700px; float:left; padding-top:25px; padding-left:80px;}

.portfolio{ width:290px; float:left; padding:30px 0 20px 60px;}
.portfolio a .titulo_w{ color:#FFFFFF;text-decoration:none; font-size:12px; line-height:15px;}
.portfolio a:hover .titulo_w{ color:#acfa00;}
.portfolio a .web {color:#858484; text-decoration:none; font-size:10px; line-height:20px; font-weight:bold}
.portfolio a:hover .web{ color:#acfa00}
.portfolio a .web img {border:3px solid #000}
.portfolio a:hover .web img {border:3px solid #acfa00}

.portfolio a .titulo_g{ color:#FFFFFF;text-decoration:none; font-size:12px; line-height:15px;}
.portfolio a:hover .titulo_g{ color:#ff9c00;}
.portfolio a .grafica {color:#858484; text-decoration:none; font-size:10px; line-height:20px; font-weight:bold}
.portfolio a:hover .grafica{ color:#ff9c00}
.portfolio a .grafica img {border:3px solid #000}
.portfolio a:hover .grafica img {border:3px solid #ff9c00}

.portfolio a .titulo_s{ color:#FFFFFF;text-decoration:none; font-size:12px; line-height:15px;}
.portfolio a:hover .titulo_s{ color:#0084ff;}
.portfolio a .sistemas {color:#858484; text-decoration:none; font-size:10px; line-height:20px; font-weight:bold}
.portfolio a:hover .sistemas{ color:#0084ff}
.portfolio a .sistemas img {border:3px solid #000}
.portfolio a:hover .sistemas img {border:3px solid #0084ff}

.prev{ width:350px; float:left;  font-size:12px; line-height:17px; font-weight:500; color:#989898; margin-bottom:20px; }
.prev span { background-image:url(../images/prev_arrow.png); background-position:left; background-repeat:no-repeat;padding-left:30px;}
.prev a{ color:#FFFFFF; background-image:url(../images/prev_arrow_a.png); background-position:left; background-repeat:no-repeat;padding-left:30px; text-decoration:none;}
.prev a:hover {color:#acfa00}

.next{width:350px; float:left; text-align:right; font-size:12px; line-height:17px;margin-bottom:20px;}
.next span { background-image:url(../images/next_arrow.png); background-position:right; background-repeat:no-repeat;padding-right:30px;  font-weight:500;color:#989898; }
.next a{ color:#FFFFFF; background-image:url(../images/next_arrow_a.png); background-position:right; background-repeat:no-repeat;padding-right:30px; text-decoration:none;}
.next a:hover {color:#acfa00}


*/
/*  contacto *//*

.con_campos{ width:300px; float:left; height:27px; font-size:14px; line-height:20px; margin-bottom:15px;}
.con_campos_b{ width:300px; float:left; height:20px; font-size:14px; line-height:20px; margin-bottom:5px;}
.con_campos_input input { border:none; background-color:transparent;padding-top:5px;}
.con_campos_input_err input { border:none; background-color:transparent;padding-top:5px;}
.con_campos_input {
	border:none;
	background-color:transparent;
	background-image:url(../images/fdo_input.png);
	background-repeat: repeat-x;
	background-position:left;
	width: auto;
	height:27px;
	float:left;
}
.cpos_pta_i{	border:none;
	background-color:transparent;
	background-image:url(../images/pta_input_i.png);
	background-repeat:no-repeat;
	background-position:left;
	width:7px;
	height:27px;
	float:left;
}
.cpos_pta_d{	border:none;
	background-color:transparent;
	background-image:url(../images/pta_input_d.png);
	background-repeat:no-repeat;
	background-position:left;
	
	width:7px;
	height:27px;
	float:left;
}

.con_campos_input_err {
	border:none;
	background-color:transparent;
	background-image:url(../images/fdo_input_err.png);
	background-repeat: repeat-x;
	background-position:left;
	width: auto;
	height:27px;
	float:left;
}
.cpos_pta_i_err{	border:none;
	background-color:transparent;
	background-image:url(../images/pta_input_i_err.png);
	background-repeat:no-repeat;
	background-position:left;
	width:7px;
	height:27px;
	float:left;
}
.cpos_pta_d_err{	border:none;
	background-color:transparent;
	background-image:url(../images/pta_input_d_err.png);
	background-repeat:no-repeat;
	background-position:left;
	
	width:7px;
	height:27px;
	float:left;
}

.con_campos_largo{width:600px; float:left; height: auto; font-size:14px; line-height:20px; margin-bottom:15px;}
.con_campos_largo_textarea{width:600px; float:left; height: 97px; font-size:14px; line-height:20px;}
.con_campos_largo_textarea textarea{width:464px; height: 84px;border:0; padding-left:2px; margin:8px; background-color:transparent;}

.fdo_textarea{ width:477px; height:97px; float:left; background-image:url(../images/text_area.png); background-repeat:no-repeat;}

.con_campos_largo_sup{width:477px; height:10px;border:none; background-image:url(../images/text_area_sup.png); background-repeat:no-repeat; background-position:bottom}
.con_campos_largo_inf{width:477px; height:7px;border:none; background-image:url(../images/text_area_inf.png); background-repeat:no-repeat;background-position:top}

.boton {
	background:none;
	width:120px;
	height:45px;
	background: url(../images/aceptar_bot.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	cursor: pointer;
	color: #000;
	border: none;
	font-size: 14px;
	line-height:38px;
	font-weight: bold;
}
.boton:hover {
	color: #fff;
}
.right{ text-align:right;}
.linea{ width:auto; border-bottom:1px solid #4f4e4e; margin:20px 0;}
.marg_bot_30{ margin-bottom:30px;}

.flecha_v {
	background-image:url(../images/flecha_v_i.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:25px;
	font-size:14px;
	color:#81cf0e;
}
.flecha_v a{color:#81cf0e;font-size:14px;}
.flecha_v a:hover{color:#81cf0e; text-decoration: underline;}

.pad_left_30{ padding-left:30px;}
.gris { color:#838282; font-size:12px; line-height:20px;}
.gris a{ color:#81cf0e}
.gris a:hover{text-decoration:none;}
.gris span{ color:#FFFFFF;}


*/
/* Login Panel *//*

#top {
	height: 23px;
	position: relative;
}
#top ul.login {
	display: block;
	position: relative;
	float: right;
	clear: right;
	height: 23px;
	width: 154px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	margin: 0;
	right: 150px;
	color: #222;
	text-align: center;
	background: url(../images/pest_login.png) no-repeat right 0;
}
#top ul.login li {
	padding: 5px 0 5px 0;
	display: block;
	float: left;
	height: 20px;
	width:154px;
	word-spacing:5px;
}
#top ul.login li a {
	color: #222;
	text-decoration:none;
}
#top ul.login li a:hover {
	color: #acfa00;
	text-decoration:none;
}
#top .log_verde {
}
*/
/* LOGIN *//*

#login {
	width: 100%;
	color: #4b4b4b;
	font-weight:normal;
	background: #fff;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height:0;
	background-image:url(../images/log_bg.jpg);
	background-repeat:repeat-x;
}
#login a {
	text-decoration: none;
	color: #7d7d7d;
}
#login a:hover {
	text-decoration: underline;
}
#login .loginContent {
	width: 1016px;
	height: 102px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	line-height:31px;
}
#login .loginContent .left {
	width: 270px;
	float: left;
	padding-left: 160px;
	color:#7d7d7d;
	font-size:14px;
	font-weight:bold;
}
#login .loginContent .right {
	width:270px;
	float: left;
	text-align: left;
	padding-left:160px;
	color:#7d7d7d;
	font-size:14px;
	font-weight:bold;
}
#login .loginContent form {
	margin: 0 0 10px 0;
	height:26px;
}
#login .loginContent input.field {
	background-image:url(../images/input_session.png);
	background-position:center;
	background-repeat:no-repeat;
	border:none;
	background-color:transparent;
	height: 31px;
	width:251px;
	color:#a4a3a3;
	padding-left:15px;
	margin-top:10px;
	line-height:15px;
	padding-top:10px;
}
#login .loginContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
	color:#7d7d7d;
}
#login .loginContent .label {
	width:150px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	line-height: 31px;
	float:left;
	padding-top:10px;
}
#login .loginContent .labelinput {
	width:280px;
	float:left;
}
#login .loginContent .labelsubmit {
	width:120px;
	padding-top:5px;
	float:left;
}
#login .loginContent input.button_login {
	width:120px;
	height: 38px;
	cursor: pointer;
	border: none;
	margin-top:5px;
	background: transparent url(../images/session.png) no-repeat 0 0;
}
#login .loginContent input.button_login_eng {
	width:120px;
	height: 38px;
	cursor: pointer;
	border: none;
	margin-top:5px;
	background: transparent url(../images/session_eng.png) no-repeat 0 0;
}


*/








