/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
-------------------------------------------------------------------------------*/							

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }

/*********************************************************************************************************/


/**************GENERAL*******************/

body {
	background-color:#091069;
	margin:0;
	font-size:14px;
	line-height:normal;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	
}


header {
	width:100%;
	height:60px;
	margin:auto;
	margin-top:50px;
	background-color:#f0f1ec;
/*	border:1px solid #F00;*/}

header img{
	float:left;
	margin-top:30px;
	margin-left:20px;}


h1{	color:#0f1baf;
	font-size:53px;
	margin-left:30px;
	float:left;	}

footer {
	margin:auto;
	height:auto;
	width:960px;}

nav{width: auto;
	height: auto;
	left:50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -50px;}

nav ul li{ width:auto;
	color:#333333;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	font-weight:bold;
	display:inline-block;
	margin:20px 8px 0 8px ;
	}
	
	
nav ul li a{
	text-decoration:none;
	color:#333333;}

nav ul li a:hover{color:#0f1baf;}
/**************GENERAL*******************/


/*************ID***************/


#logo{
	width:188px;
	height:44px;
	margin-left:15px;
	margin-top:10px;
	float:left;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
}


.logo2{ float:right;
        width:166px;
	    height:46px;
		background-image:url(images/logo2.png);
	    background-repeat:no-repeat;
		margin:6px 55px 0 0;}



#txt{
	width:35%;
	height:auto;
	color:#FFF;
	margin-left:30px;
	text-align:justify;
	font-weight:bold;
	background:rgba(0,0,0,0.5);
	padding:5px;
	}

#contenedor{
/*	border:1px solid #F00;*/
	margin:auto;
	width:960px;
	height:auto;
	padding:auto;
	}
	
	
#contenido{
	margin:auto;
	width:1020px;
	height:auto;
	padding:auto;
	}



#linea{
	background-image:url(images/linea.jpg);
	background-repeat:repeat-x;
	height:3px;
	width:960px;
	margin:auto;
	}

/*******class******************class*******************class***********/	
	





.conte-img{ width:100%;
             background-color:#f0f1ec;
			 float:left;}

.img-bot{ float:left;
          width:233px;
		  height:164px;
		  margin:20px 0 0 3px;}

.txt-img-bot{ background-color:#000;
              filter: alpha(opacity=50);
              -moz-opacity: .5;
              opacity: .5;
			  width:93;
			  height: auto;
			  float:left;
			  font-family:;
			  font-size:16px;
			  color:#FFF;
			  text-align: center;
			  padding:10px;
			  }

.img-bot2{ float:left;
          width:239px;
		  height:185px;
		  margin:80px 0 20px 3px;}



.linea-azul{ width:100%;
             background-color:#091069;
			 height:30px;
			 float:left;
			 margin:20px 0 0 0;}



.foot{ width:100%;
       height:60px;
	   float:left;
	   background-color:#f0f1ec;}

.txt-inicio-bot{ float:left;
                  width:450px;
				  text-align:left;
				  font-family: 'Roboto', sans-serif;
				  font-size:18px;
				  margin:100px 0 0 15px;
				  color:#091069;
				  font-weight:bold;}


.txt-foot{ float:left;
           width:150px;
		   margin:10px auto 0 10px;
		   text-align:left;
		   font-family: 'Roboto', sans-serif;
			font-size:16px;
			 color:#333333;
				  }
.txt-foot2{ float:left;
           width:360;
		   margin: 0 auto 0 50px;
		   text-align:left;
		   font-family: 'Roboto', sans-serif;
			font-size:16px;
			 color:#333333;
				  }


.conte-nuestra{ margin:auto;
	width:960px;
	height:auto;
	padding:auto;
	float:left;}


.txt-nuestra{float:left;
             width:860px;
			 text-align:left;
			 font-family: 'Roboto', sans-serif;
			 font-size:18px;
			 margin:20px 0 0 30px;
			 color:#333333;
			 text-align:justify;}
			 
.txt-nuestra ul { width:200px;
                  list-style:circle;
				  text-align: left; }
.txt-nuestra ul li{ margin:10px 0 10px 0}			 
			 
.conte-img-video{ width:400px;
                  float:left;
				  margin:10px 0 10px 0;
				  text-align:center;}

.conte-img-add{width:900px;
                  float:left;
				  margin:10px 0 10px 0;
				  text-align:center;}



				  
.tit1 {	color:#0f1baf;
	font-size:30px;
	margin-left:30px;
	float:left;
	width:auto;
	font-family:  'Roboto', sans-serif;
	font-weight:bold;}				  



.subtitulo-sev{	color:#0f1baf;
	font-size:22px;
	margin:10px 0 0 30px;
	float:left;
	width:100%;
	font-family:'Roboto', sans-serif;
	font-weight:bold;
	text-align:left;}


.conte-img-serv2{ width:960px;
                  float:left;
                   text-align:center;}

.img-serv{float:left;
          width: auto;
		  height: auto;
		  margin: 0px 12px 12px 0px;
		  background: #F5F5F5;
		  border: 1px solid #dbdbdb;
		  padding: 7px;
		  -webkit-border-radius: 6px;
		  -moz-border-radius: 6px;
		  border-radius: 6px;
		  -webkit-box-shadow: 0px 0px 3px #eee;
		  -moz-box-shadow: 0px 0px 3px #eee;
		  box-shadow: 0px 0px 3px #eee;}
		  
		  
		  
.columna-der-cont{ float:right;
                   width:300px;
				   margin:0 50px 0 0; 
                   }		  
		  
		  
.txt-cont{float: right;
             width: 250px;
			 text-align:left;
			 font-family: 'Roboto', sans-serif;
			 font-size:18px;
			 margin:10px ;
			 color:#333333;
			 text-align:justify;}

.mapa{ float:right; margin:10px;}




/*************ESPACIOS*****************/

.espacio{
	margin-bottom:330px;
	}
	
.espacio1{
	margin-bottom:430px;
	}

/*************ESPACIOS*****************/


/***************FIRMA****************/

.firma {
	width:auto;
	margin: 10px auto;
	padding: 0;
	text-align:right;
}
.firma img {
	opacity:0.4;
	filter: alpha(opacity=40);
	/* For IE8 and earlier */
}
.firma img:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
	/* For IE8 and earlier */
	/*transition-duration*/
	-webkit-transition-duration:.3s;
	-moz-transition-duration:.3s;
	-o-transition-duration:.3s;
	transition-duration:.3s;
}


/*****************FIRMA*******************/


/*******class******************class*******************class***********/	



/********CONTACTO********/
#econt{ width: 300px; height:auto; margin: 0 auto; margin-top:20px; margin-bottom:35px;float:left;}

/************Form styles start**************/
input,textarea,select {
	font-family: Arial,sans-serif;
}
input[type="text"],select {
	width:215px;
	height:18px;
	padding:5px 8px;
	font-size:1.0em;
	color:#000;
	background-color:#c2c2c2;
	border:#c2c2c2 solid 1px;
	/*border-radius*/
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	/*transition-duration*/
	-webkit-transition-duration:.3s;
	-moz-transition-duration:.3s;
	-o-transition-duration:.3s;
	transition-duration:.3s;
}
input[type="text"]:hover,select:hover{
	background-color:#f1f1f1;
	opacity:0.7;
	/*transform -webkit-transform:rotate(-1deg);
	-moz-transform:rotate(-1deg);
	-ms-transform:rotate(-1deg);
	-o-transform:rotate(-1deg);
	transform:rotate(-1deg);
	*/
}
textarea {
	width:300px;
	height:140px;
	padding:5px 8px;
	margin-bottom:10px;
	font-size:1.0em;
	color:#000;
	background-color:#c2c2c2;
	border:#c2c2c2 solid 1px;
	/*border-radius*/
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	/*transition-duration*/
	-webkit-transition-duration:.3s;
	-moz-transition-duration:.3s;
	-o-transition-duration:.3s;
	transition-duration:.3s;
}

input[type="text"]:focus {
	opacity: 0.7;
}
input[type="submit"] {
	padding:0 5px;
	font-weight:bold;
	line-height:1;
	color:#444;
	border:none;
	text-shadow:0 1px 1px rgba(255,255,255,0.85);
	background-color:#fff;
	/*border-radius*/
	-webkit-border-radius:23px;
	-moz-border-radius:23px;
	border-radius:23px;
	/*box-shadow*/
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.5);
	box-shadow:0 1px 2px rgba(0,0,0,0.5);
	/*transition-duration*/
	-webkit-transition-duration:.3s;
	-moz-transition-duration:.3s;
	-o-transition-duration:.3s;
	transition-duration:.3s;
	background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#c3c3c3),to(#fff));
	background-image:-moz-linear-gradient(0% 100% 90deg,#fff,#c3c3c3);
}
input[type="submit"]:hover {
	color:#1a75ce;
	cursor:pointer;
	text-shadow:0 1px 1px rgba(0,0,0,0.85);
	background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#c3c3c3));
	background-image:-moz-linear-gradient(0% 100% 90deg,#c3c3c3,#fff);
	background-color:#fff;
}