@import url("generalpra/stylesheet.css");
@import url("general/stylesheet.css");

@font-face {font-family: titulo; src: url('letra/titulo.ttf');}
@font-face {font-family: menu; src: url('letra/menu.ttf');}
body{
	background-color:#C0C0C0;
	overflow:scroll;
	margin-left:auto;
	margin-right:auto;
}
#grancontainer{
	margin-left:auto;
	margin-right:auto;
	height:1750px;
	width:1900px;
	}
#container{
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	width:1500px;
	height:1700px;	
	position:relative;
}
#cabecera{
	height:120px;
	width:1500px;
	text-shadow:10px 0px 6px;
	font-size:120px;
	font-family:titulo;
	background-color:#C0C0C0;
}
#redes{
	height:300px;
	width:150px;
	margin-top:200px;
	float:left;
	text-align:right;
}	

#menu{
	background-color:orange;
	margin-left:auto;
	margin-right:auto;
	width:1500px;
	height:35px;
	font-size:50px;
	text-align:center;
	font-family:menu;
}
#menu2{
	background-color:green;
	margin-left:auto;
	margin-right:auto;
	width:1500px;
	font-size:30px;
	height:35px;
	text-align:center;
	font-family:menu;
}

#cuerpo{
	width: 1500px;
	height: 1310px;
	font-size: 14px;
	font-family: general;
}

#formulario{
	height:1000px;
	width:1200px;
	margin-top:150px;
	margin-left:100px;;
	font-size:30px;
}
#caja1{
	margin-top: 10px;
	width: 1100px;
	height: 300px;
	padding-left: 10px;
	font-size: 20px;
	float: left;
	font-size: 21px;
	border-color: #C0C0C0;
	font-family: generalpra;
}
#caja2{
	width:730px;
	height:170px;
	margin-top:50px;
	padding-left:10px;
	font-size:22px;
	float:left;
	border-top:solid;
	border-right:solid;
	border-bottom:solid;
	border-color:#C0C0C0;
}
#caja3{
	width: 745px;
	height: 170px;
	margin-right: 2px;
	padding-left: 10px;
	font-size: 18px;
	float: right;
	text-align: left;
	text-decoration: none;
	border-top: solid;
	border-bottom: solid;
	border-color: #C0C0C0;
}
#caja4{
	clear:both;
	width:1500px;
	height:350px;
}
#cajaimg{
	float:right;
	margin-top:20px;
	height:340px;
	width:350px;
}
#botonins{
	margin-top: 40px;
	margin-left: 600px;
	background-color: orange;
	font-size: 20px;
	color: white;
	text-align: center;
	height: 30px;
	width: 120px;
	border: solid 2px;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	font-family: generalpra;
	
}
#botoncat{
	margin-top: -35px;
	margin-left: 790px;
	background-color: green;
	color: white;
	font-size: 24px;
	text-align: center;
	height: 30px;
	width: 120px;
	border: solid 2px;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
	font-family: generalpra;
}

#pie{
	position: absolute;
	top: 1702px;
	width: 1490px;
	height: 130px;
	border-top: 5px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	background-color: white;
	line-height: 30px;
	padding: 5px;
	left: -1px;

}
#pieiz{
	float: left;
	margin-top: 40px;
	font-family: generalpra;
}
#piedch{
	text-align:right;
	margin-top:70px;
	float:right;
	width:500px;
	margin-bottom:50px;
}



a:link{
color:black;
text-decoration:none;
}

a:visited{
color:black;
text-decoration:none;
}
#menu a:hover{
color:white;
}
#menu2 a:hover{
color:white;
}

a:active{
color:black;
text-decoration:none;
}
#pieiz a:link{
color:blue;
}
#piedch a:link{
color:blue;
}

li {
	width:200px;
	float:left;
	border-left-style:solid;
	border-right-style:solid;
	border-width:1px;
	}
ul {
	margin: auto;
	list-style: none;
	width: 1000px;
	height: 60px;
	font-size:24px;
  }
 
  
#caja3 li{
	list-style: none;
	border-left-style: none;
	border-right-style: none;
	font-size: 20px;
	text-align: left;
	color: #000;
}
