/* CSS Document */
*{
	margin: 0 auto;
}
body {
	background-color: #fff;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #444444;
}
header, nav, section, aside, footer, div{
	display:block;
}
footer {
	padding: 15px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 50px 0 50px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	clear: both;
}
footer a, footer span {
	color: #666;
	text-decoration: underline;
}
header {
	margin: 3% 0%;
}
header a {
	color: #43CBAE;
	text-decoration: none;
}
header a:hover {
	border-bottom: 1px dotted #333;
}
header h1 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 32px;
	color: #000;
}
header img {
	float: left;
	margin: 0 30px 0 0;
}
nav{
	border-top-width: 20px;
	border-top-color: #000000;
	border-top-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	background-color:#f8c701;
	padding-bottom: 35px;
	clear: both;
}
nav li {
	float: left;
	display: block;
	list-style: none;
	background-color: #000000;
	padding: 1% 0%;
	border-left-color: #f8c701;
	border-left-style: solid;
	border-left-width: 5px;
	border-right-color: #f8c701;
	border-right-style: solid;
	border-right-width: 5px;
}
nav li:hover{
	padding-top: 1.3%;
}
nav li a, nav li {
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
nav ul {
	margin-top: -19px;
	width: 50%;
}
.boton, .botonnav{
	text-align: center;
	width: 100%;
	padding: 10px 0px;
	background-color: #f8c701;
	cursor: pointer;
	color: #000000;
	font-weight: bold;
	font-size: 20px;
}
.botonnav{
	background-color:#000000;
	color: #ffffff;
	margin-top: -19px;
}
.centro{
	text-align: center;
}
.contenido{
	width: 50%;
	margin-left: 25%;
}
.cl_a{
	color: #0066cc;
	text-decoration: underline;
}
.cl_cursor, .cl_a{
	cursor: pointer;
}
.cl_boton{
	/*width: 98%;*/
    padding: 5px 1%;
    font-weight: 600;
    background-color: #129b55;
    border-radius: 6px;
    border: 1px solid #129b55;
	font-size: 14px;
    color: #ffffff;
}
.ancho12{
	width: 10%;
}
.ancho33{
	width:31%;
}
.Estilo6 {
	color: #000099;
	font-weight: bold;
	font-size: 18px;
}
.Estilo7 {
	font-size: 16px;
	font-weight: bold;
}
.oculto{
	display: none;
}
.zonaizq{
	width: 50%;
	float: left;
}
.zonader {
	float: right;
	border-left: 1px solid #ccc;
	padding: 2% 0% 2% 6%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-bottom: 3%;
	margin-top: -3%;
}
#container {
	width: 50%;
	margin-left: 25%;
	margin-top: 2%;
}
#content {
	float: right;
	width: 70%;
}
#content h2 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 32px;
	color: #000;
	padding: 0!important;
	padding: 16px 0 0 0;
	margin: 15px 0 0 0;
	text-transform: uppercase;
}
#content h3 {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #111;
	padding: 5px 15px 0px 40px;
	margin: 0;
}
#content p {
	padding: 20px 50px 20px 50px;
	line-height: 20px;
}
#content ul {
	margin: 10px 10px 10px 30px;
}
#content li {
	list-style: none;
	background-image: url(../images/backgrounds/li.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px 5px 0px 20px;
	margin: 15px 0 15px 0;
}
#content a, #content p>span, #content li>span {
	color: #333;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	padding: 0 4px 0 4px;
	text-decoration: none;
}
#content a:hover, #content p>span:hover, #content li>span:hover {
	background-color: #ddd;
	border-bottom: 1px solid #bbb;
	color: #000;
}
#content img {
	float: right;
	border: none;
	margin: 10px 10px 10px 20px;
	padding: 5px;
	background-color: #fff;
	border: 3px solid #eee;
}
#navopc{
	display: block;
}
#sidebar, #sidebar1 {
	float:left;
	width:30%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#777;
	line-height:20px;
	border-bottom:1px solid #eee;
}
#sidebar img, #sidebar1 img {
	padding: 5px 5px;
	border: 5px solid #eee;
}
#sidebar ul {
	padding-left: 0px;
}
#sidebar li {
	list-style:none;
	margin-bottom: 1px;
	background-color:#f6f6f6;
	border-right:10px solid #fff;
	border-left:2px solid #ddd;
}
#sidebar li a {	
	display:block;
	padding:5px 5px 5px 10px;
	color:#666;
	text-decoration:none;
}
#sidebar li a:hover {
	background-color:#eee;
	color:#000000;
}
#sidebaropc{
	display: block;
	z-index: 0;
	position: relative;
	width: 100%;
	height: auto;
}
#sidebar p, #sidebar1 p{
	padding: 20px 2px;
}
@media (max-width:1200px){
	nav{
		padding-bottom: 10px;
		text-align: left;
	}
	nav li{
		float: none;
		text-align: left;
		padding: 3% 1%;
		border-bottom-color: #f8c701;
		border-bottom-style: solid;
		border-bottom-width: 5px;
	}
	nav ul{
		width: 85%;
		margin-top: 2px;
	}
	#container{
		width: 98%;
		margin-left: 1%;
		margin-top: 0.5%;
	}
	#sidebar{
		margin-top: 10px;
		width: 100%;
		height: 40px;
	}
	#navmenu, #sidebarmenu, #sidebarppto{
		display: block;
	}
	#navopc, #sidebartexto, #sidebar1{
		display: none;
	}
	#sidebaropc{
		display: none;
		z-index: 3;
		position: absolute;
		width: 100%;
		overflow-y: auto;
	}
	#content{
		width: 98%;
		font-size: 14px;
	}
	.ancho12, .ancho33{
		width: 98%;
	}
	.zonaizq h1{
		text-align: left;
	}
	.zonaizq, .zonader{
		float: none;
		width: 100%;
	}
	.zonader {
		border: none;
		padding: 0% 0%;
		margin-top: 3%;
	}	
}