@charset "utf-8";

/* Consideraciones generales */
*{
	margin:0;
	padding:0;
	outline:none;
	font-size:2em;
}

p{
	font-size:1.5em;
}

a{
	color:#ffffff;
}

main{
	border: 5px solid;
	border-radius:15px 15px 0 0;
	margin:30px auto;
}

header{
	width:960px;
	margin:0 auto;
}		

/* Clases */
.contenedor{
	width:960px;
	margin:0 auto;
}

.titulo-principal{
	height:50px;
	line-height:50px;
	color:#ffffff;
	background:#000000;
}
.titulo-principal:hover{
	cursor:pointer;
}
.titulo-principal h1{
	font-size:2.5em;
	font-weight:bold;
	margin-left:25px;
}

.pulgarcito{
	border: 1px solid;
	padding: 10px;
	background:#ffffff;
}
.pulgarcito p{
	font-size:1em;
	padding:3px;
}

.atajos{
	height:40px;
	line-height:40px;
	background:#000000;
	color:#ffffff;
}
.atajos ul{
	
}
.atajos ul li{
	display: inline;
	list-style-type: none;
	padding:20px;
}
.atajos ul li a{}

.panel{
	width:910px;
	height:500px;
	margin:5px auto;
	
	/*border:1px solid;*/
}
.panel h3
{
	padding:20px;
}

.subinfo{
	width:300px;
	height:400px;
	/*border:1px solid;*/
	margin-left:33px;
	float:left;	
}
.subinfo p{
	font-size:0.6em;
}
.subinfo br{
	font-size:0.6em;
}

.submarco{
	width:500px;
	height:400px;
	border:3px solid;
	margin-left:33px;
	float:left;
}

.submarco img{
	width:500px;
	height:400px;
}

.pie{
	color:#ffffff;
	background:#000000;
	height:150px;
	line-height:150px;
	text-align:center;
}
.pie ul{
	width:900px;
	height:150px;
	margin:0 auto;
}
.pie ul li{
	display: inline-block;
	list-style-type: none;
	width: 290px;
	float: left;
	font-size:2em;
}
.pie ul li a img{
	
	margin-top:35px; /*No me gusta este apaño*/
	width:80px;
	height:80px;
}

.social{
	width:290px;
	height:150px;
}

.social ul
{
	width:290px;
	height:150px;
}

.social ul li
{
	display: inline-block;
	list-style-type: none;
	float: left;
	
	width:90px;
}

.social ul li a img{
	width:50px;
	height:50px;
}

.contacto{
	width:400px;
	height:;
	font-size:0.6em;
	text-align:center;
	margin:0 auto;
	padding:40px;
}
.contacto table{
	margin:0 auto;	
}
.contacto input[type="submit"]{
	font-size:0.8em;
}
.centrar{
	width:302px;
	margin:0 auto;
}
/* Identificadores */