/* GENERAL DEFINITIONS STARTS */
* {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
}
body {
	background-color: #EB6F00;
	background-image:url(../images/defaults/bg_body.jpg);
	background-repeat:repeat-x;
}

img {
	vertical-align:bottom;
	border: none;
}
.clear {
	clear: both;
}

.right {
	float:right;
}

.left {
	float:left;
}

h1{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color:#414141;
	padding:12px 0;
	border-bottom:1px solid #F07400;
}
h2{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FF5E0C;
	padding:12px 0 0 0;
}
h3,
h4 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
/* GENERAL DEFINITIONS ENDS */

#MainContainer {
	margin: 0 auto;
	width: 846px;
	background-image:url(../images/defaults/bg_rep2.jpg);
	background-repeat: no-repeat;
}

/* TOP STARTS */
#Top {
	margin: 0 auto;
	width: 846px;
	background-image:url(../images/defaults/bg_top.jpg);
	background-repeat: no-repeat;
}

#Logo {
	padding:12px 28px 0 580px;
}

#Top_Menu {
	padding:0 0 0 30px;
	height:42px;
	width:779px;
	position:relative;
	z-index:10000;
}

#Menu {
	height:32px;
	width:739px;
	background:url(../images/defaults/menu_bg.png);
	background-repeat:repeat-x;
	float:left;
	font-size:12px;
	list-style:none;
	padding:10px 0 0 0;
}

#Menu li{ 
	padding:0 25px;
	float:left;
	position: relative;
	display:block;
}

.borde{ 
	border-right: 1px solid #7A7C7F;
}

#Menu li a{
	display:block;
	font-size:14px;
	color:#7A7C7F;
	text-decoration:none; /*float: left;*/
	font-weight:bold;	
}
#Menu li a:hover, #Menu li.hover a, #Menu li.selected a{ 
	color:#FF7200;
}


#Menu  li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	top: 24px;
	background:#F3F3F4;
	display: none;
	float: left;
	padding:5px 10px 15px 10px;
	z-index:1000;
	border-bottom:4px solid #999;
}
#Menu  li ul.subnav li{
	clear: both;
	width: 95px;
	padding:5px;
}
#Menu  li ul.subnav li a {
	float: left;
	color:#7A7C7F;
	display:block;
	width:95px;
	text-decoration:none;
	font-size:12px;
}
#Menu  li ul.subnav li a:hover {
	color:#FF7200;
}




/* TOP ENDS */

/* MAIN PAGE STARTS */
#PageContent {
	margin: 0 auto;
	width: 780px;
	padding:0 33px;
}
#Content {
	background-image:url(../images/defaults/bg_center.png);
	background-repeat:repeat-y;
	padding:0 0 20px 0;
}

.uniendo {
	padding:14px 0 10px 63px;
}

#Menu_container {
	width: 190px;
	padding:0 0 0 20px;
	float:left;
	position:relative;
}

#CenterContent {
	width: 325px;
	padding:10px 13px 0 13px;
	float:left;
	position:relative;
}

#CenterContent p{
	color:#414141;
	font-size:11px;
	padding:8px 0;
	text-align:justify;
}

#CenterContent a{
	color:#FF5D00;
}

.direccion {
	font-size:11px;
	color:#FF5D00;
	padding:0 0 8px 0;
	border-bottom:1px solid #F07400;
}

.direccion a{
	font-size:11px;
	color:#FF5D00;
	text-decoration:none;
}

.direccion a:hover{
	color:#414141;
}

#right_container{
	float:left;
	padding:12px 0 0 10px;
	width:176px;
	position:relative;
}

#right_container img{
	padding:0 0 5px 0;
	float:left;
}
/* MAIN PAGE ENDS */

/* BOTTOM STARTS */
#Bottom {
	margin: 0 auto;
	padding:10px 0 20px 0;
	color: #FFF;
}

#Bottom img{
	margin:0 110px 0 10px;
}

#Bottom a{
	color: #FFF;
	font-size:12px;
	text-decoration:none;
}

#Bottom a:hover{
	text-decoration:underline;
}
/* BOTTOM ENDS */

/* FOOTER STARTS */
#Footer {
	margin: 0 auto;
	width: 846px;
	border: 1px solid #000;
}
/* FOOTER ENDS*/
.error{color:red;}