/****************************************************************
	Name: xxxxxxxx
	Author: Oscar Carballal Prego <oscar.carballal@gmail.com>
	Version: x.xx
	Date: xxxx-xxxxxxxxx-xx
	Finished: xxxx-xxxxxxxxxx-xx
	License: xxxxx
****************************************************************/

/* MAIN TAGS */

body {
	background: #000;
	padding: 0px;
	margin: 0px;
	font-family: Verdana;
	font-size: 18px;
	color: #FFF;
}

a {
	text-decoration: none;
}

p {
	text-indent: 10px;
	margin: 10px;
}

h3 {
	margin: 10px;
}

/* END MAIN TAGS */

/* CLASSES */

.logoinicio {
	height: 96px;
	width: 300px;
	margin: 30% auto 20px auto;
}

.logoinicio img {
	border: none;
}

.logo {
	height: 50px;
	width: 156px;
	float: left;
	background: #000;
}

.logo img {
	border: none;
}

/* END CLASSES */

/* DIVS */

#header {
	height: 50px;
	width: 100%;
	border-bottom: 3px solid #ff9c00;
}

#content {
	position: absolute;
	font-size: 12px;
	width: 800px;
	height: 450px;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: 150px;
}

#texto {
	width: 800px;
	margin: auto;
	text-align: justify;
	font-family: Times;
	font-size: 14px;
}


/*------*/
/* MENU */


#menuholder {
	position: absolute;
	height: 300px;
	width: auto;
	top: 50%;
	right: 1px;
	margin-top: -100px;
	font-size: 14px;
	border: 1px solid #FFF;
}
#flap {
	float: left;
	height: 105px;
	width: 35px;
	/* background: url(../img/flap.jpg) no-repeat; */
	border: 1px solid #f00;
}

#flap img:hover {
	cursor: pointer;
}

#menu {
}

#menu ul {
	margin: 0;
	padding: 10px;
	list-style-type: none;
}

#menu li {
	background: #ff9c00;
	margin-top: 5px;
	padding: 5px;
	color: #000;
}
/* END DIVS */
