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

* {
	margin:0px;
	padding:0px;
}

body {
	
	background: rgb(239,244,225); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(239,244,225,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,244,225,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(239,244,225,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(239,244,225,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(239,244,225,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(239,244,225,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff4e1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#cabezera {
	background-color:#900;
	width:100%;
	height:40px;
	margin:auto auto auto auto;
}

#pu {
	width:1024px;
	margin:auto;
}

#ta {
	width:100%;
	margin:auto;
}
#izqc {
	width:500px;
	height:25px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	position: absolute;
}

.botones1 li{
	width: 110px;
	display: block;
	text-decoration: none;
	list-style: none;
	float: left;
	margin-left: 5px;
	text-align: center;
	color: #FFF;
	font-size:8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 300;
	line-height: 20px;
}

.botones1 li:hover {
	color: #F90;
	cursor:pointer;
}

.botones2 .submenu4 {
	height:40px;
	display:none;
	;
    position:relative;	
	background-color: rgba(0,0,0,1);
	z-index: 1;
	float:left;
	margin-top:-10px;
	
}

.botones2 .submenu4 li {
	color: white;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	
-moz-transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
transition:all 0.5s ease-in-out;
z-index: -1;
opacity:1;
     float:left;
}

.botones2 li:hover .submenu4 {
	top:0px;
	display:block;
	height:180px;
}

.botones2 .submenu4 li:hover {
	background-color: rgba(153,153,153,1);
	color:rgba(0,0,0,1);
	font-size:12px;



}

.botones2 .submenu4 .remenu1 {
    width:320px;
	height:180px;
	background-color:rgba(153,153,153,1);
	float:left;
	margin-left:160px;
	margin-top:-60px;
	display:none;
    position:relative;
	
}

.botones2  .submenu4 li:hover .remenu1  {
	top:0px;
	display:block;
	height:180px;
}

.botones 2 .submenu4 .remenu1 li {
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:black;
	width:160px;
	height:60px;
	display:block;
	list-style:none;
	text-decoration: none;
	text-align:center;;
}
.remenu li {
	color:rgba(102,102,102,1);
}
.remenu1 li:hover {
	text-decoration: underline;
	color:black;
	font-size:9px;
}




.botones2 .submenu4 .remenu2 {
    width:160px;
	height:60px;
	background-color:rgba(153,153,153,1);
	float:left;
	margin-left:160px;
	margin-top:-60px;
	display:none;
    position:relative;
	
}

.botones2  .submenu4 li:hover .remenu2  {
	top:0px;
	display:block;
	height:60px;
}

.botones 2 .submenu4 .remenu2 li {
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:black;
	width:160px;
	height:60px;
	display:block;
	list-style:none;
	text-decoration: none;
	text-align:center;;
}
.remenu2 li {
	color:rgba(102,102,102,1);
}
.remenu2 li:hover {
	text-decoration: underline;
	color:black;
	font-size:9px;
}

#panel #ta #part2 #encaje .botones2 li a {
	color: rgba(255,255,255,1);
	text-decoration:none;
}

#panel #ta #part2 #encaje .botones2 li a:hover {
	color: rgba(153,153,153,1);
}

.amarillo {
	color: #FFF;
	font-weight: bold;
}

#derc {
	width:130px;
	height:30px;
	float:right;
	margin-right:50px;
}

#textito1 {
	width:80px;
	float:left;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #FFF;
	font-size:9px;
	line-height:40px;
	text-align:center;
}

#spaicon {
	width: 21px;
	height: 16px;
	background-image:url(../img/spaicon.jpg);
	float:right;
	margin-top:12px;
	margin-right:25px;
}


#panel {
	width:100%;
	height:150px;
	margin:auto;
	background: /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebe9f9+0,d8d0ef+50,cec7ec+51,c1bfea+100;Purple+3D+%231 */
background: rgb(235,233,249); /* Old browsers */
background: -moz-linear-gradient(top, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 50%, rgba(206,199,236,1) 51%, rgba(193,191,234,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(235,233,249,1) 0%,rgba(216,208,239,1) 50%,rgba(206,199,236,1) 51%,rgba(193,191,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(235,233,249,1) 0%,rgba(216,208,239,1) 50%,rgba(206,199,236,1) 51%,rgba(193,191,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f9', endColorstr='#c1bfea',GradientType=0 ); /* IE6-9 */






}


#part1 {
	width:100%;
	height:100px;
}

#logo {
	width:242px;
	height:80px;
	background-image: url(../img/proyectito_03.png);
	margin: auto;
}

#part2 {
	width:100%;
	height:50px;
	background-color: rgba(0,0,0,0.5);
}
#encaje {
	margin:auto;
	width:1000px;
	height:60px;
}
.botones2 {
	width:1000px;
	height:50px;
	margin:auto;
}

.botones2 li {
	height:60px;
	display:block;
	width:160px;
	list-style:none;
	float: left;
	margin-left: 0px;
	font-size:20px;
	text-decoration:none;
	text-align:center;
	line-height:60px;
	color: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border:solid 0px #000000;
	font-weight:900;

	
}

.botones2 li:hover {
	cursor:pointer;
	color: rgba(153,153,153,1);
	font-size:22px;
	background-color: rgba(0,0,0,8);
	
}

.botones2 .submenu4 {
	height:40px;
	display:none;
	;
    position:relative;	
	background-color: rgba(0,0,0,1);
	z-index: 1;
	float:left;
	margin-top:-10px;
	
}

.botones2 .submenu4 li {
	color: white;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;

	
-moz-transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
transition:all 0.5s ease-in-out;
z-index: -1;
opacity:1;
     float:left;
}

.botones2 li:hover .submenu4 {
	top:0px;
	display:block;
	height:180px;
}

.botones2 .submenu4 li:hover {
	background-color: rgba(153,153,153,1);
	color:rgba(0,0,0,1);
	font-size:12px;



}

.botones2 .submenu4 .remenu1 {
    width:320px;
	height:180px;
	background-color:rgba(153,153,153,1);
	float:left;
	margin-left:160px;
	margin-top:-60px;
	display:none;
    position:relative;
	
}

.botones2  .submenu4 li:hover .remenu1  {
	top:0px;
	display:block;
	height:180px;
}

.botones 2 .submenu4 .remenu1 li {
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:black;
	width:160px;
	height:60px;
	display:block;
	list-style:none;
	text-decoration: none;
	text-align:center;;
}
.remenu li {
	color:rgba(102,102,102,1);
}
.remenu1 li:hover {
	text-decoration: underline;
	color:black;
	font-size:9px;
}




.botones2 .submenu4 .remenu2 {
    width:160px;
	height:60px;
	background-color:rgba(153,153,153,1);
	float:left;
	margin-left:160px;
	margin-top:-60px;
	display:none;
    position:relative;
	
}

.botones2  .submenu4 li:hover .remenu2  {
	top:0px;
	display:block;
	height:60px;
}

.botones 2 .submenu4 .remenu2 li {
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:black;
	width:160px;
	height:60px;
	display:block;
	list-style:none;
	text-decoration: none;
	text-align:center;;
}
.remenu2 li {
	color:rgba(102,102,102,1);
}
.remenu2 li:hover {
	text-decoration: underline;
	color:black;
	font-size:9px;
}

#panel #ta #part2 #encaje .botones2 li a {
	color: rgba(255,255,255,1);
	text-decoration:none;
}

#panel #ta #part2 #encaje .botones2 li a:hover {
	color: rgba(153,153,153,1);
}



#contenidofooter {
	width:100%;
	margin-top:15px;
	height:25px;
}

.botones3 {
	height:25px;
	width: 600px;
	float:left;
}

.botones3 li {
	float:left;
	margin-left:10px;
	display:block;
	width:100px;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #8D8D8D;
	line-height:20px;
	text-align:center;
	font-weight:700;
}

.botones3 li:hover {
	text-decoration: underline;
	cursor:pointer;
	color:#333;
}

#copyright {
	margin-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	width:500px;
	float:left;
	margin-left:20px;
}

#redesociales {
	float:right;
	width: 90px;
	height:28px;

}

#facebook {
	width:27px;
	height:28px;
	background-image:url(../img/fb.jpg);
	float:left;
}

#twitter {
	width:27px;
	height:28px;
	background-image: url(../img/twitter.jpg);
	float: left;
	margin-left: 3px;
}

#blog {
	width:27px;
	height:28px;
	background-image: url(../img/blog.jpg);
	float: left;
	margin-left: 3px;

}

.titulos { 
  width:60px;
  height:15px;
  color:rgba(153,153,153,1);
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:15px;
  float:left;
  margin-top:20px;
  margin-left:10px;
}
.titulos2 { 
  width:90px;
  height:15px;
  color:rgba(153,153,153,1);
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:15px;
  float:left;
  margin-top:10px;
  margin-left:15px;
}




#arriba {
	width:500px;
	height:50px;
	margin-left:40px;
	
}

#abajo {
	width:500px;
	height:502px;
	margin-left:25px;
}

#izq {
	width:200px;
	height:502px;
	float:left;
	
}

#der {
	width:300px;
	height:450px;
	float:right;
	
}

#woman {
	width:192px;
	height:450px;
}


#login {
	width:600px;
	height:780px;
	margin:50px auto auto auto;
	background-color:#FFF;

	border:none 5px #000000;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
border-top-left-radius:10px;
border-top-right-radius:10px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
padding:25px;
}

footer { 
width:700px;
height:80px;
margin:30px auto;
}

#linea { 
height:1px;
width:100%;
margin:auto;
background-color:#CCC;
}

.campodetexto {
float:left;
width:170px;
height:15px;
margin-top:20px;
margin-left:1px;
}

.campodetexto2 {
float:left;
width:50px;
height:15px;
margin-top:10px;
margin-left:1px;
}

.campodetexto3 {
float:left;
width:50px;
height:25px;
margin-top:10px;
margin-left:1px;
}


#parteuno {
	width: 180px;
	float:right;;
	height:200px;
}

#partedos {
	width: 250px;
	float:left;
	height:200px;
	margin-left:120px;
	margin-top:70px;
	
}

.principal {
	width: 100px;
	height:24px;
	float:leflt;
	color:rgba(153,153,153,1);
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:14px;
	margin-top:20px;
	margin-left:15px;
}

#observaciones {
	width: 100px;
	height:14px;
	float:leflt;
	color:rgba(153,153,153,1);
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	margin-top:90px;
	margin-left:15px;
}


.resto {
	width: 250px;
	height:180px;
	float:leflt;
	color:rgba(153,153,153,1);
	font-family: Verdana, Geneva, sans-serif;

	font-size:12px;
	margin-top:6px;
}

#txtbusto {
	width:50px;
	height:15px;
}

#contenidos {
	width:190px;
	
}

#control {
	width:200px;
	float:left;
	margin-top:10px;
	margin-left:15px;
}

#boton {
	width:100px;
	height:40px;
	margin-top:10px;
	margin-left:15px;

	float:left;
}

#button {
	width:100px;
	height:40px;
	
	background-color: rgba(204,204,204,1);
	float:left;
	border:solid 1px #CCCCCC;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright:3px;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-webkit-border-top-left-radius:3px;
-webkit-border-top-right-radius:3px;
-webkit-border-bottom-left-radius:3px;
-webkit-border-bottom-right-radius:3px;
border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:16px;
color:white;
font-weight:bold;
cursor:pointer;

}

#button:active {
	color:rgba(204,204,204,1);
	background-color: rgba(102,102,102,1);
}

#busto {
		width:50px;

}
#espalda {
	width:50px;

}

#anchoes {
	width:120px;
}

#anchoho {
	width:50px;
}

#anchobrz {
	width:50px;
}

#largobrz {
	width:50px;
}
#largoax {
	width:50px;
}

#largopie {
	width:50px;
}

#anchopie{
	width:50px;
}

#tiro {
	width:50px;
}

#cint {
	width:50px;
}

#cad {
	width:50px;
}

#telefono {
	width:120px;
}

#ingreso-msj {
	width:220px;
	height:70px;
	
}

