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

.oculto{
	display:none;
	}
body{
  background:none repeat scroll 0% 0% #FFF;
  font-family:'Open Sans',sans-serif;
}
#menu 
{
width: 700px;
background-color: #222;

}

.cargando{
	margin:0px 0px 0px 180px;

	}
.cargando2{
	margin:0px 0px 0px 430px;

	}
.cargando3{
	margin:0px 0px 0px 370px;

	}
.cargando4{
	margin:0px 0px 0px 280px;

	}

.tem{
	background:gray;
	width:100px;
	display:inline-block;
	}

#menu ul   /* opciones generales del menu */
{

margin-bottom: 1em;
float: left;
font:Calibri;
width: 280px;
border: 1px solid gray;
background-color: #222;
 -moz-box-shadow:0px -1px 1px #000;
 -webkit-box-shadow:0px -1px 1px #000;
 box-shadow:0px -1px 1px #000;
 text-shadow:1px 1px 1px #000;
}
*html #menu ul  /* regla especial para IE */
{
width: 99%;
}
#menu ul li /* opciones de la lista */
{
display: inline;
}
#menu ul li a  /* opciones de cada elemento */
{
float: left;
color: white;
padding: 2px 12px;
text-decoration: none;

}
#menu ul li a:hover  /* opciones del elemento al seleccionarlo */
{
color: #fff;
background-color: #03C;
}


.header{
	width:100%;
	height:55px;
	margin:auto;
	background: rgb(204,0,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(204,0,0,1) 0%, rgba(204,0,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,0,0,1)), color-stop(100%,rgba(204,0,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(204,0,0,1) 0%,rgba(204,0,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=0 ); /* IE6-9 */
}

.texto2{
font-family:"Calibri";
color:#FFF;
font-size:14px;
}
.texto{
font-family:"Calibri";
color:red;
font-size:20px;
}

.texto3{
font-family:"Calibri";
color:#FFF;
font-size:20px;
}

.texto4{
font-family:"Calibri";
color:#C00;
font-size:20px;
}

h2{
font-family:"Calibri";
color:#F90;
font-size:40px;
text-shadow: 0 1px 1px black;
}

a.menus:link,a {
text-decoration:none; color: #ff3300;} /* Link no visitado*/
a.menus:visited {
text-decoration:none; color:#ff3300;} /*Link visitado*/
a.menus:active {
text-decoration:none; color: #ff3300;} /*Link activo*/
a.menus:hover {
text-decoration:underline; color: #ff3300;} /*Mause sobre el link*/

a.menus3:link,a {
text-decoration:none; color: #FFF;} /* Link no visitado*/
a.menus3:visited {
text-decoration:none; color: #FFF;} /*Link visitado*/
a.menus3:active {
text-decoration:none; color:  #FFF;} /*Link activo*/
a.menus3:hover {
text-decoration:underline; color:  #FFF;} /*Mause sobre el link*/

a.menus4:link,a {
text-decoration:none; color: #C00;} /* Link no visitado*/
a.menus4:visited {
text-decoration:none; color: #C00;} /*Link visitado*/
a.menus4:active {
text-decoration:none; color:  #C00;} /*Link activo*/
a.menus4:hover {
text-decoration:underline; color:  #C00;} /*Mause sobre el link*/

.principal{
	width:1200px;
	background:white;
	margin:0 auto;
	color:black;
	text-align:left;
	/*margin-top:10px;*/
	padding:0;
	 box-shadow: 0px 0px 2px black;
	-moz-box-shadow: 0px 0px 2px black;
	-webkit-box-shadow: 0px 0px 2px black;
   padding-bottom:80px;    /* Altura del footer */
	
}
#cabecera{
	background: white;
	padding:10px;
	text-align: left;
	border-radius:5px;
}
.contenedor2{
	width:1100px;
	background:white;
	margin:0 auto;
	color:black;
	text-align:left;
	margin-top:10px;
	padding:0;
	
}
.contenedor3{
	width:1100px;
	background:white;
	margin:0 auto;

	
}

.barra{
	z-index:2;
	width:100%;
	 background: #3c3c3c;
	  background: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c3c3c), color-stop(100%, #222222));
	  background: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
	  background: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
	  background: -ms-linear-gradient(top, #3c3c3c 0%, #222222 100%);
	  background: linear-gradient(top, #3c3c3c 0%, #222222 100%);
	margin:0 auto;
	
}
	
.fixed{box-shadow:0 0 10px rgba(0,0,0,0.5);position:fixed;top:0}
	



.menus2 {
    padding: 9px 17px;
   font-family: Helvetica,calibri, Arial, sans-serif;
   font-weight: bold;
   line-height: 1;
   color: #ffffff;
   border: none;
   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#03C), to(#03C));
   background-image: -moz-linear-gradient(0% 100% 90deg, #03C, #03C);
   background-color: #03C;
   border: 1px solid #03C;
   border-radius: 10px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.menus2:hover {
background:black;
cursor: pointer; 
color: #fff;
}
.menus2:active {
background:black;
border: 1px solid #cc0000;
box-shadow: 0 0 10px 5px black inset; 
}
	
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

*{margin:0;padding:0;}


.button{
  width:80px;
  background:#3399cc;
  display:block;
  margin:0 auto;
  margin-top:1%;
  padding:10px;
  text-align:center;
  text-decoration:none;
  color:#fff;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
  -moz-transition:background .3s;
}

.button:hover{
  background:#2288bb;
}

#login{
  width:400px;
  margin:0 auto;
  margin-top:8px;
  margin-bottom:2%;
  transition:opacity 1s;
  -webkit-transition:opacity 1s;
   -moz-transition:opacity 1s;
}

#triangle{
  width:0;
  border-top:12x solid transparent;
  border-right:12px solid transparent;
  border-bottom:12px solid #C00;
  border-left:12px solid transparent;
  margin:0 auto;
}

#login h1{
  background:#C00;
  padding:20px 0;
  font-size:140%;
  font-weight:300;
  text-align:center;
  color:#fff;
}

.form1{
  background:#f0f0f0;
  padding:6% 4%;
}

.submit2{
  width:100%;
  background:#C00;
  border:0;
  padding:4%;
  font-family:'Open Sans',sans-serif;
  font-size:100%;
  color:#fff;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
  -moz-transition:background .3s;
}

.submit2:hover{
  background:#900;
}

.classname {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #db2211) );
	background:-moz-linear-gradient( center top, #f24537 5%, #db2211 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#db2211');
	background-color:#f24537;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
	
}
.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #db2211), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #db2211 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#db2211', endColorstr='#f24537');
	background-color:#db2211;
	cursor:pointer;
}.classname:active {
	position:relative;
	top:1px;
}
.boton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #db2211) );
	background:-moz-linear-gradient( center top, #f24537 5%, #db2211 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#db2211');
	background-color:#f24537;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:80px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
}
.boton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #db2211), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #db2211 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#db2211', endColorstr='#f24537');
	background-color:#db2211;
	cursor:pointer;
}.boton:active {
	position:relative;
	top:1px;
}
.boton2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #db2211) );
	background:-moz-linear-gradient( center top, #f24537 5%, #db2211 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#db2211');
	background-color:#f24537;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:25px;
	width:80px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
}
.boton2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #db2211), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #db2211 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#db2211', endColorstr='#f24537');
	background-color:#db2211;
	cursor:pointer;
}.boton2:active {
	position:relative;
	top:1px;
}
.area{
	width: 220px;
	height: 41px;
	color:#06C;
	font-family:Arial, Helvetica, sans-serif;
	}
	
	.sele{
	 width:185px;
	 height:35px;
	  background:#fff;
	  margin-bottom:2%;
	  border:1px solid #ccc;
	  padding:1%;
	  padding-left:5px;
	  font-family:'Open Sans',sans-serif;
	  font-size:95%;
	  color:#555;
	}
	
form input:required:valid, form textarea:required:valid {
box-shadow: 0 0 2px #5cd053;
border-color: #28921f;
}
form input:focus:invalid, form textarea:focus:invalid {
box-shadow: 0 0 2px #d45252;
border-color: #b03535;
}

.footer{
text-align:center;
width:100%;
height:80px;
background:#000;
box-shadow: 0px 0px 4px black;
-moz-box-shadow: 0px 0px 4px black;
-webkit-box-shadow: 0px 0px 4px black;
z-index:1000;
}

.foter{
margin:auto;
text-align:center;
width:1100px;
height:80px;
background: #ffffffff;
}

#wrapperold {
min-height:100%;
position:relative;
}

.fondo1{
	background:#C00;
	color:#fff;
	}
	
	
	
	.boton5 {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #db2211) );
	background:-moz-linear-gradient( center top, #f24537 5%, #db2211 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#db2211');
	background-color:#f24537;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width: 50px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
}
.boton5:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #db2211), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #db2211 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#db2211', endColorstr='#f24537');
	background-color:#db2211;
	cursor:pointer;
}.boton5:active {
	position:relative;
	top:1px;
}
.boton7 {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #db2211) );
	background:-moz-linear-gradient( center top, #f24537 5%, #db2211 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#db2211');
	background-color:#f24537;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:25px;
	width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
}
.boton7:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #db2211), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #db2211 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#db2211', endColorstr='#f24537');
	background-color:#db2211;
	cursor:pointer;
}.boton7:active {
	position:relative;
	top:1px;
}