/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
	width: 100%;
	display: table;
	background: #cc9933 url(images/fondo.jpg) top center no-repeat;
}
a { color:#00F; }

a:hover { color:#FF0; }

#background_section_top {
	width: 100%;
	height:333px;
	/*background: url(images/top_section_bg.jpg) repeat-x;*/
}

#background_section_middle {
	width: 100%;
	/*background: #ffffcc;*/
	clear: both;
	overflow:hidden;
}

#background_section_bottom {
	width: 100%;
	height: 327px;
	float: left;
}

.container {
	width: 1000px;
	margin: auto;
}

#header {
	background: url(images/fondo-cabecera.png) top center no-repeat;
	width: 1000px;
	height:300px;	
}
#headerleft {
	margin-left:40px;
	padding-top:20px;
	width: 270px;
	height:265px;	
	float:left;
}
#headerright {
	padding:20px 20px 0px 0px;
	width: 650px;
	height:265px;	
	float:right;
	text-align:right;
}
#titulo {
	position:absolute;
	margin:-35px 0px 0px 235px;
	text-align:center;
	padding-left:90px;
}
#titulo h1 {
	color:#900;
	font-size:26px;
	border-bottom:#0F0;
}

/* Menu Section */

#menu_panel {
	width:100%;
	height: 53px;	
	margin: 0 auto;
	background: url(images/menu_bg.jpg) repeat-x;
	float:left;
}

#menu_panel #menu_section {
	width: 930px;
	height: 50px;	
	margin:0 auto;
	padding: 0 0 0 30px;
	color: #03a0a6;
}

#menu_section ul {
	float: left;
	width: 930px;
	margin: 0;
	padding-top: 5px;
	list-style: none;
}

#menu_section ul li {
	display: inline;
}

#menu_section ul li a {
	float: left;
	/*width: 110px;*/
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #666;
	padding-left: 20px;
	padding-right: 20px;
}

#menu_section li a:hover, #menu_section li .current{
	color: #fff;
	height: 40px;
	background:url(images/menu_current.jpg) repeat-x;
}

/* End Of Menu */

/* Left Section */

#left_section {
	width: 650px;
	float: left;
	margin: 10px 0px 10px 0px;
}

* html #left_section {
	margin-left: 0px;
}

.post {
	width: 650px;
	margin-top: 5px;
	margin-bottom: 15px;
}

/* Pink Post */
.post_top {
	width: 650px;
	height: 35px;
	font-size: 18px;
	color:#fff;
	font-weight:bold;
	padding-top: 15px;
	padding-left: 25px;
	background: url(images/post_top.jpg) no-repeat;
}

.post_mid {
	width: 650px;
	/*background: #ffffcc url(images/post_middle.jpg) no-repeat top center;*/
	background: #ffffcc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding-top: 10px;
}

.post_bottom {
	width: 650px;
	height: 34px;
	background: url(images/post_bottom.jpg) no-repeat bottom center;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.post_mid img {
	border: #ccc solid 1px;
	float: left;
	margin: 3px 15px 0 0;
}

.post_mid p {
	font-size: 12px;
	color: #000;
	margin : 0px 25px 25px 25px;
	text-align: justify;
}
/* End Of Pink Post */

/* Yellow Post */
.post_top_yellow {
	width: 650px;
	height: 35px;
	background: url(images/post_yellow_top.jpg) no-repeat;
	font-size: 18px;
	color:#fff;
	font-weight:bold;
	padding-top: 15px;
	padding-left: 25px;
}

/* End Of Yellow Post */
span.post{
	margin: 25px;
	color: #666;
	font-size: 11px;
}

/* End Of Left Section */
/* Right Section */
#right_section {
	width: 310px;
	float: right;
	margin: 10px 0px 10px 0px;
}

* html #right_section {
	margin-right: 0px;
}

.section_box {
	width: 310px;
	margin-top: 5px;
	margin-bottom: 15px;
}

.section_box_top {
	width: 285px;
	height: 35px;
	background: url(images/section_top.jpg) no-repeat;
	font-size: 18px;
	color:#fff;
	font-weight:bold;
	padding: 15px 0 0 25px;
}


.section_box_mid {
	width: 308px;
	background: url(images/section_middle.jpg) #FFF no-repeat top center;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	padding-top: 25px;
}


.section_box_mid p {
	font-size: 16px;
	font-weight:bold;
	color:#000;
	margin-left: 0px;
	text-align: justify;
}

.section_box_mid p a {
	font-size: 16px;
	color:#333;
	line-height:30px;
}

.section_box_mid p a:hover {
	font-size: 16px;
	color:#999;
}

.section_box_mid img {
	float: left;
	display:inline;
	margin-left: 15px;
	margin-bottom: 20px;
	border:none;
}

.section_box_mid ul {
	margin-bottom:15px;
	margin-top:0px;
	padding-right:15px;
	color: #333;
}

.section_box_bottom {
	width: 308px;
	height: 31px;
	background: url(images/section_bottom.jpg) no-repeat bottom center #fff;
	margin-top: -15px;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}

/* Yellow Section */

.section_box_top_yellow {
	width: 285px;
	height: 35px;
	background: url(images/section_top_yellow.jpg) no-repeat;
	font-size: 18px;
	color:#fff;
	font-weight:bold;
	padding: 15px 0 0 25px;
}

/* End Of Yellow */

/* End Of Right Section*/

.clear{
	clear:both;
}

#bottom_section{
	width: 100%;
	height: 38px;
	background:url(images/footer_bg.jpg) repeat-x;
}

#footer{
	width: 100%;
	height: 28px;
	background: url(images/footer_bg.jpg) repeat-x;
	text-align: center;
	padding-top: 10px;
}
#footer2{
	width: 100%;
	font-size:16px;
	height: 40px;
	background:#333;
	color:#CCC;
	text-align: center;
	padding: 5px 0px 5px 0px;
}