@charset "utf-8";
/* CSS Document */
body {
	color: #dfebf7;
	background: url(images/background.jpg) repeat-x top left #fff;
	background-color:#FFFFFF;
	margin: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}


.header{
	width:100%;
	height:50px;
	background:#009641;
	margin:auto;
	background: rgb(0,150,65); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,150,65,1) 0%, rgba(0,64,16,1) 50%, rgba(0,64,16,1) 51%, rgba(0,64,16,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,150,65,1)), color-stop(50%,rgba(0,64,16,1)), color-stop(51%,rgba(0,64,16,1)), color-stop(100%,rgba(0,64,16,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,150,65,1) 0%,rgba(0,64,16,1) 50%,rgba(0,64,16,1) 51%,rgba(0,64,16,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,150,65,1) 0%,rgba(0,64,16,1) 50%,rgba(0,64,16,1) 51%,rgba(0,64,16,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,150,65,1) 0%,rgba(0,64,16,1) 50%,rgba(0,64,16,1) 51%,rgba(0,64,16,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,150,65,1) 0%,rgba(0,64,16,1) 50%,rgba(0,64,16,1) 51%,rgba(0,64,16,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
	}
.texto{
font-family:"Calibri";
color:#cc0000;
font-size:20px;
}

.texto_{
font-family:"Calibri";
color:#0C0;
font-size:20px;
}

.texto5{
font-family:"Calibri";
color:#cc0000;
font-size:15px;
}

.texto6{
font-family:"Calibri";
color:#0C0;
font-size:15px;
}
.texto7{
font-family:"Calibri";
color:#03C;
font-size:15px;
}

.texto8{
font-family:"Calibri";
color:#FC0;
font-size:15px;
}

.texto2{
font-family:"Calibri";
color:#000;
font-size:20px;
}

.texto12{
font-family:"Calibri";
color:#FFF;
font-size:15px;
}



h2{
font-family:"Calibri";
color:#cc0000;
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.menus6:link,a {
text-decoration:none; color: #FC0;} /* Link no visitado*/
a.menus6:visited {
text-decoration:none; color:#FC0;} /*Link visitado*/
a.menus6:active {
text-decoration:none; color: #FC0;} /*Link activo*/
a.menus6:hover {
text-decoration:underline; color: #FC0;} /*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 */
	
}

.principal2{
	
	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;
    /* Altura del footer */
	
}
#cabecera{
	background: white;
	padding:10px;
	text-align: left;
}
.contenedor2{
	width:950px;
	margin:0 auto;
	color:black;
	text-align:left;
	margin-top:10px;
	padding: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(#cc0000), to(#cc0000));
   background-image: -moz-linear-gradient(0% 100% 90deg, #cc0000, #cc0000);
   background-color: #cc0000;
   border: 1px solid #cc0000;
   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; 
}

.menus3 {
    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(#090), to(#090));
   background-image: -moz-linear-gradient(0% 100% 90deg, #090, #090);
   background-color: #090;
   border: 1px solid #090;
   border-radius: 10px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.menus3:hover {
background:black;
cursor: pointer; 
color: #fff;
}
.menus3:active {
background:black;
border: 1px solid #090;
box-shadow: 0 0 10px 5px black inset; 
}

.menus4{
    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(#FC0), to(#FC0));
   background-image: -moz-linear-gradient(0% 100% 90deg, #FC0, #FC0);
   background-color: #FC0;
   border: 1px solid #FC0;
   border-radius: 10px;
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.menus4:hover {
background:black;
cursor: pointer; 
color: #fff;
}
.menus4:active {
background:black;
border: 1px solid #FC0;
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 #009641;
  border-left:12px solid transparent;
  margin:0 auto;
}

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

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

input[type="text"],input[type="password"]{
  width:185px;
  background:#fff;
  border:1px solid #ccc;
  padding-left:5px;
  margin-top:2px;
  height:24px;
  font-family:'Open Sans',sans-serif;
  color:#555;
}

input[type="email"]{
  width:185px;
  height:17px;
  background:#fff;
  border:1px solid #ccc;
  padding:1%;
  padding-left:5px;
  font-family:'Open Sans',sans-serif;
  font-size:14px;
  color:#555;
}

select{
	 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;
	}

.submit2{

  background-color:#060; width:180px; font-size:23px; color:#FFF;
  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:#00D936;
}

.boton001{

  background-color:#060; width:75px; font-size:23px; color:#FFF;
  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;
}

.boton001:hover{
  background:#00D936;
}


.CSSTableGenerator {
	margin:0px;padding:0px;

	box-shadow: 5px 5px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;

	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#e5e5e5; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:15px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #4c4c4c 5%, #000000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c4c4c), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #4c4c4c 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c4c4c", endColorstr="#000000");	background: -o-linear-gradient(top,#4c4c4c,000000);

	background-color:#4c4c4c;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #4c4c4c 5%, #000000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4c4c4c), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #4c4c4c 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c4c4c", endColorstr="#000000");	background: -o-linear-gradient(top,#4c4c4c,000000);

	background-color:#4c4c4c;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
form input:required:valid {
box-shadow: 0 0 2px #5cd053;
border-color: #28921f;
}
form input:focus:invalid {
box-shadow: 0 0 2px #d45252;
border-color: #b03535;
}

