#contenedor {
	background-color: #181818;
	width: 100%;
	height: 700px;
}
#cabecera {
	height: 60px;
	/*background-color: #181818;*/
	text-align: right;
}
#menu {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 80%;
	height: 485px;	
	float: left;
	width: 18%;
}
#contenido {
	height: 420px;	
	/*float: left;
	width: 80%;*/
	text-align: center;
	background-color: #C0C0C0;
}
#logosolo {
	position: absolute;
	left: 35px;
	top: 25px;
}
#isologo {
	position: absolute;
	top: 30px;
	right: 20px;
}
body {
	background-color: #181818
}
img {
	margin-right: 55px;	
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	margin-top: auto;
	margin-bottom: auto;
	line-height: 1.5;
	text-align: justify;
	margin-left: 100px;
	margin-right: 50px;
	margin-top: 2em;
}
ul {
	list-style: none;
	width: 147px;
	margin: 12em 1.8em;
	padding: 0;
	border: 1px solid #181818;
	line-height: 1.5;
	text-decoration: none;
}

li {
	font-family: sans-serif;
	margin-top: 3px;
	text-align: left;	
}
#menu li {	
	height: 18px;
}
h2 {
	font-family: sans-serif;
	text-align: right;
	margin-top: 2em;
	margin-right: 50px;
}
h4 {
	font-family: sans-serif;
	text-align: justify;
	margin-right: 50px;
	margin-left: 50px;
}
h5 {
	font-family: sans-serif;
	text-align: center;
}
#menu li a {
	text-decoration: none;
}
#menu li a:link, #menu li a:visited {
	color: #ffcc00;
	display: block;
	padding: 4px 0 0 20px;
	}
#menu li a:hover {
	height: 20px;
	vertical-align: middle;
	color: #257EB7;
	background: url(imagenes/menuamarillo.png) no-repeat;
	padding: 2px 0 0 55px;
	}
#menu ul li {
	position: relative;
	}
#menu ul li ul{
	position: absolute;
	left: 125px;
	top: 0;
	display: none;
	margin-top: 0;
	background-color: #181818;
	padding-bottom: 6px;
	padding-right: 3px;
	}
#menu li:hover ul {
	display: block;
}
.rounded {
	float: left;
	width: 80%;
	background-color: #C0C0C0;
}
/*.rounded1 {
	background-color: #e8e8e8;
}*/
