/* 
-----------------------------------------------------------
CSS martin
----------------------------------------------------------- 
*/




.container {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	height: auto;
	display: block;
	text-align: center;
	background-color:#FFFFFF;
	margin-top: 0;
	padding: 0 5px 0 5px;
}

a:visited {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
text-decoration: none;
}

body {
	/*min-width: 990px;*/
	margin: 0px auto;
	background: url('../images/bg.png') top center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-attachment: fixed;
	
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*  HEADER */

header {
	position: relative;
	max-width: 990px;
	height: 118px;
	margin: 0 auto;
	background-repeat: repeat-y;
/*background-image: url(../images/head.jpg);*/
background-color: #f40000;
	
	
}

.logo {
width: auto;
height: auto;
margin-top: 25px;
margin-left: 30px;
z-index: 500;
display: block;
float:left;
}

.topdir {
	max-width: 400px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	float: right;
	padding: 3px 10px 5px 10px;
	margin: 8px 5px 0px 0px;
}

.btn-log {
	max-width: 200px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	float: right;
	padding: 10px 8px 0px 8px;
	margin: 10px 5px 0px 5px;
	/*border: solid 2px;
	border-color:#FFFFFF;*/
	color: #FFFFFF;
	font-weight:bold;
	font-size:12px;
	background:#8CC63F;
}
.btn-log a{

	color: #FFFFFF;

}
/** TOP MENU **/

#topmenu {
	margin: auto;
	right:0px;
	padding-top: 45px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-weight: bold;*/
	font-size: 15px;
	z-index:900;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:500;
	letter-spacing: 1px;
	
	
}

#topmenu ul {
	float: right;
	padding: 0;
	list-style: none;
	z-index: 800;
	background-color: #f40000;
}

#topmenu a {
	display: block;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 1px;
	
}

#topmenu a:hover,
#topmenu li li a,
#topmenu li.active a {
	color: #000000;
	text-decoration: none;
	border-bottom:solid;
	border-bottom-width: thin;
	border-bottom-color:#000000;

	
}

#topmenu li { 
	float: left;
	z-index: 800;
}

/** Second-level lists **/

#topmenu li ul { 
	position: absolute;
	font-family: 'Open Sans', sans-serif;
	/*font-weight:700;*/
	font-size: 12px;
	width: 295px;
	left: -999em; /* "display: none" not seen by screen readers */
	/*border: 2px;*/
	margin-left: 0px;
	z-index:990;
	
}

#topmenu li li,
#topmenu li li:first-child {
	/*border: 0;*/
	width: 295px;
	border-color: #000000;
	border-style:solid;
	border-bottom: 1px;
	color: #000000;
	z-index: 800;
}

#topmenu li li a,
#topmenu li.active li a {
	width: 295px;
	background-color: #1b67bc;
	padding-top: 12px;
	padding-bottom: 12px;
	margin: 0px;
	
}

#topmenu li li:first-child a {
	/*border: 0;*/

}

#topmenu li ul a {
	width: 267px;
}

#topmenu li li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #008be7;
}

/*
#topmenu li.active ul a {
	text-decoration: none;
	background-color: #909090;
}
*/


/** Level third and above **/

#topmenu li ul ul { 
	margin: -39px 0 0 190px;
}

#topmenu li:hover ul ul, #topmenu li:hover ul ul ul, #topmenu li.sfhover ul ul, #topmenu 

li.sfhover ul ul ul {
	left: -999em;
}

#topmenu li:hover ul, #topmenu li li:hover ul, #topmenu li li li:hover ul, #topmenu li.sfhover 

ul, #topmenu li li.sfhover ul, #topmenu li li li.sfhover ul { /* nested under hovered items */
	left: auto;
}



/* MAIN */
.main_content {
max-width: 990px;
display: block;
margin: 0;
text-align:justify;
}

.main_content p {
text-align:justify;
}

.content_info {
display: block;
max-width: 990px;
margin: 10px auto 20px;


}
.content_img {
display: inline;
margin: 5px 5px 5px 0;
padding: 5px 5px 5px 0;
float:left;
height: 290px;


}


.main_content img {
max-width: 100%;
padding: 2px;
margin: 2px;
}


.main_textos {
text-align: left;
max-width: 800px;
margin: 0 auto 20px;
}
.conten-main {
position: relative;
width: 100%;
margin: 0 auto;
display:block;
text-align:center;
padding: 10px 0 0 0;

}
.conten-main-inf {
position: relative;
width: 100%;
height: 20px;
margin: 0 auto;
display:block;
text-align:center;
padding: 10px 0 0 0;

}

.conten-main img {
max-width: 100%;

}


.frase {
position: relative;
width: 100%;
margin: 0 auto;
display:block;
text-align:center;

}

.frase img {
max-width: 100%;
}

.frase2 {
position: relative;
width: 100%;
margin: 0 auto;
display:block;
text-align:center;
}

.frase2 img {
max-width: 100%;
}

.banners {
position: relative;
width: 100%;
display: inline-block;
text-align:center;
/*background-image:url(../images/banners-bg.png);*/
background-repeat:repeat-x;
padding-top: 0px;
}

.bann {
position: relative;
width: 185px;
margin:3px;
display: inline-block;
text-align:center;


  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;


}



.bann:hover {


	background-color:#f40000;
	
}
.bann-cli {
position: absolute;
right: 0;
margin:3px;
display: inline-block;
text-align:center;


  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;


}



.bt_serviciotecnico {
background: transparent url(../imag/btn_serv_tec.png) no-repeat right top;
display: block;
height: 100px;
margin-top: 150px;
position: fixed;
right: 0;
width: 900px;
z-index: 900;
}



/* BOX HOME .box1a, .box1b, .box1c  */

.box1a, .box1b, .box1c {
	width:auto;
	margin-bottom: 5px;
	margin-top: 5px;
	display: inline-block;
	padding: 1px 6px 1px 6px;
	border:1px solid #F3F3F3;
	/*background: #DDD;*/
}

.box1a {
	margin-right: 20px;
	margin-left: 0px;
}

.box1b {	
	margin-right: 20px;
	margin-left: 0px;
	background: #1b67bc;
}

.box1c {
	float:right;
	margin-right: 0px;
	margin-left: 0px;
	background: #003f86;
}

/* BOX SERV */
.boxser, .boxser2 {
	width:295px;
	height:50px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #F4F4F4;
	height:90px;
}

.boxser {
	float:left;
	margin-right: 50px;
	margin-left: 0px;
}

.boxser2 {
	float:right;
	margin-right: 0px;
	margin-left: 0px;
}


.boxser-t {
	padding: 5px 10px 5px 10px;
	background-color: #003399;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/fle.png);
	background-position:right;
	background-repeat:no-repeat;
}
.boxser-cont {
	padding: 5px 10px 5px 10px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}







/* FOOTER */
.footer {
	
	

	position: relative;
	margin:0 auto;
	width:100%;
	z-index: 0;
	padding: 0px 0 30px 0;
	
	
	background-image: url(../images/bg-foot.png);
    background-position: top;
    background-repeat: repeat-x;
	background-color: #2B3D4A;
	
}

.footer2 {
	
	

	position: relative;
	margin:0 auto;
	width:100%;
	z-index: 0;
	padding: 60px 0 30px 0;
	
	
	background-image: url(../images/bg-foot-p.png);
    background-position: top;
    background-repeat: repeat-x;
	background-color: #2E404E;
	
}
.footmain {
padding: 0px 0 0 0 ;
	max-width: 990px;
	margin: 0 auto;
	position: relative;

}
.foot-dir {
	position: relative;
	display:inline-block;
	
	/*margin-top: 35px;
	margin-left: 200px;*/
	padding-top: 7px;
	z-index: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	clear: both; 
	padding: 0 55px 30px 5px ;
	z-index: 900;
	
}



.foot-logo2 {
	position: relative;
	margin-left: 10px;
	z-index: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	width: 80px;
	display: inline-block; 
float: left;
clear: both;
	
	
}

.foot-menu {
	position: absolute;
	width:215px;
	height:50px;
	margin-top: 15px;
	margin-left: 0px;
	z-index: 500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-left: px;
	right: 0px;
	float: right;
}

.foot-menu img {
max-width: 100%;
}

/* textos */

	.textdirtop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #8CC63F;
	line-height: 20px;
	}
	
		.textdirtop-blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 16px;
	font-weight: 300;
	}
	
	.titulo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #f40000;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;
	}
.titulo2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #f40000;
	line-height: 20px;
	font-weight: bold;
	}
    .titulo3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E84848;
	line-height: 15px;
	font-weight: normal;
	}
	.textos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	font-weight: normal;
	}
	.text-f-ba {
	color: #FFFFFF;
	font-size: 12px;
line-height: 10px;
}
	
	.textos2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #16348C;
	line-height: 20px;
	font-weight: bold;
	}


/* FORMULARIOS
----------------------------------------------------------- */

.boxmaim-form {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #203E94;
	max-width: 490px;
	height:auto;
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 8px 8px 1px 8px;
	background-color:#FFFFFF;
	position:relative;
	margin-right: 0px;
	margin-left: 0px;
	float: left;
}
.boxdir {
 font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	width: 100%;

	height:auto;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px 10px 20px 10px;
	border:1px solid #CCCCCC;
	background-color:#203E94;
	float:left;

	margin-right: 0px;
	margin-left: 0px;
	display: block;
	text-align:left;
}
.box-map {
	margin-top: 10px;
	width: 490px;
	height:auto;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
	text-align:right;
	float: left;
	text-align:right;
}


.contactForm {
	width:auto;
	height: auto;
	padding: 10px;
	
}



body.contentpane {
	background:#FFFFFF;
	}

a, label  {
	text-decoration: none;
	}

.content_Form {
	width:auto;
	height: auto;
	padding: 20px;
}
.content_Form-head {
	width:auto;
	height: 35px;
	padding-left: 15px;
	padding-top: 10px;
}

.poll label {
	margin-bottom:5px;
	display:block;
	text-align:left;
	}
/* estilo de los campos*/
.inputbox {
	border:solid 1px #E0DFDF;
	background:#F9F9F9 url(../imag/s5_input.png) repeat-x top left;
	margin: 4px;
	margin-left:0px;
	padding:2px;
	font-size:14px;
	height: 24px;
	width: 400px;
	background-color: #F9F9F9;
}

.inputbox2 {
	border:solid 1px #E0DFDF;
	background:#F9F9F9 url(../imag/s5_input.png) repeat-x top left;
	margin: 4px;
	margin-left:0px;
	padding:2px;
	font-size:14px;
	height: 24px;
	width: 260px;
	background-color: #F9F9F9;
}

.inputbotSend {
	border:solid 1px #E0DFDF;
	margin: 4px;
	margin-left:0px;
	padding:0px;
	font-size:14px;
	height: 30px;
	width: 125px;
	background-color: #203E94;
	color: #FFFFFF;
}
.inputbotSend2 {
	border:solid 1px #E0DFDF;
	margin: 4px;
	margin-left:0px;
	padding:0px;
	font-size:14px;
	height: 30px;
	width: 125px;
	background-color: #666666;
	color: #FFFFFF;
}
.inputbox:hover {
	border:solid 1px #807F7F;
}

.selecbox, select {
	border:solid 1px #E0DFDF;
	background:#F9F9F9 url(../imag/s5_input.png) repeat-x top left;
	margin: 2px;
	margin-left:0px;
	padding:4px;
	font-size:14px;
	height: 28px;
}

.textareabox, textarea {
	border:solid 1px #E0DFDF;
	background:#F9F9F9 url(../imag/s5_input.png) repeat-x top left;
	margin: 4px;
	margin-left:0px;
	padding:4px;
	font-size:14px;
}

a:hover, a:focus  {
	text-decoration:none;
	}

/* Form */
/* form elements */


/*
.contactForm p{display:block;clear:both; padding-bottom:0}
*/

.contactForm label{
	width:140px;
	display:block;
	font:300 13px/22px Verdana, Arial, Helvetica, sans-serif;
	float:left;
	text-align:right;
	padding-right:15px;
	vertical-align:top;
	color:#818181
}
/*
.contactForm input{
	font-family:verdana;
	font-size:11px;
	border:1px solid #fff;
	border-top:1px solid #bdbdbd;
	border-left:1px solid #bdbdbd ;
	width:300px;
	padding:5px 4px;
	background-color:#ededed;
	
}
*/
.contactForm input:focus, .contactForm textarea:focus{

	background-color:#fff;
}
/* estilo de la caja comentarios*/
.contactForm textarea{
	border:1px solid #E0DFDF;
	border-top:1px solid #E0DFDF;
	border-left:1px solid #E0DFDF;
	width:400px;
	padding:2px;
	font-family:verdana;
	font-size:14px;
	background-color:#FCFBFB;
	height: 70px;
	
}
.clearform{	background: url(/images/layout/form-divider.gif) no-repeat center top;height:2px; padding:0; margin:0 auto 20px; width:200px;}
.contactForm select{
background-color:#EDEDED;
border-color:#BDBDBD #FFFFFF #FFFFFF #BDBDBD;
border-style:solid;
border-width:1px;
font-family:verdana;
font-size:14px;
padding:5px 4px;
width:400px;
}

.contactForm input.error,.contactForm textarea.error,.contactForm select.error{border-left-color:#9D0606}
.contactForm input.cnt_middle{width:236px;}
.contactForm input.cnt_short{
	width:50px
}
.contact label.box-radio{}
.contact .form-special{display:block;
float:right;
width:420px;height:20px; padding-bottom:10px}
.contact .form-special input{display:inline; width:auto; border:none; background-color:transparent}
.contact .form-special label{display:inline; width:auto; float:none}
.contactForm small {font:9px Arial, sans-serif}
.contactForm .captcha{display:none}
p.newschecker {padding-bottom:16px;}

p.newschecker label input {margin:0; width:15px; background-color:#fff; border:none; display:inline; float:left}
p.newschecker label {margin:0;font-size:12px; width:300px; text-align:left;}
#newsletter{line-height:21px}
#privacy{font:9px/14px Arial, sans-serif;color:#747474;}
.marginleft{
	margin-left:150px;
}
.contactForm .Next {
	height:35px;
	float:left;
	background:#619021;
	font:14px/35px Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	clear: both;
	margin-left: 320px !important;
	margin-left: 160px;
	margin-bottom: 30px;
	margin-top: 20px;
}
.contactForm .Next a {
	color:#FFFFFF;
	}
#send-button{
width: auto !important;
width:106px;
height: auto !important;
height:22px;
margin-left: 152px;
border:none;
	font-weight: bold;
background-color: transparent
}
#commentform{
padding-bottom:50px
}
.content .content{width:auto}
body.error input{margin-top:10px} 

.skip {display:none;}
.texTForm {
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:14px;
	margin: 10px;
	font-weight: bold;
}	
