/*body {
	margin-top: 50px;
	padding: 0;
	background: #A5C1EE;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	color: #A5C1EE; esto estaba comentado
}*/

body {
	margin-top: 50px;
	padding: 0;
	background: #7996B6;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #616163;
}

h1, h2, h3 {
	margin-top: 1;
	color: #8C0209;
}

h1 {
	font-size: 2.2em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

.textodental {
	font-size: 1.8em;	
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
}

.pagetitle{
border-bottom: 1px solid #D4DBDF;
margin-bottom: 25px;
}

.barra { 
	background: url(../images/barra.jpg) no-repeat right top;	
}

#contentfloat {
	float: left;
	width: 470px;	
}

#sidebar {
	width: 395px;
	float: left;
	margin: 0;
	padding: 0;
}
#sidebarmod {
	float:left;
	width:158px;
	padding-left: 17px;
	padding-top: 43px;
}
#modulos {
	float:left;
	width:675px;
	padding-left: 30px;
	padding-right: 90px;
}


#sidebarmod h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;	
	text-align:center;	
	background:#c1d4e2;
}
#sidebarmod ul {
	padding: 0;
	border-top: 1px solid #616163;
	list-style: none;
}
#sidebarmod li {
	border-bottom: 1px solid #616163;
	border-left: 1px solid #616163;
	border-right: 1px solid #616163;
	}
#sidebarmod li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
	background: #efefeb;
	text-align:center;
}

#sidebarmod li a:hover {
	background: #cfdae0;
	color: #654;	
}

#sidebarmod .current_module a {
	background: #cfdae0;
	color: #654;
}


#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#logo {
	
	width: 970px;
	height: 130px;  /*Color header 73,85,104*/
	margin: 0 auto;	
	background: #FFFFFF;
		
}


#header {
	width: 970px;
	margin: 0 auto;
	height: 50px;	
	background: #FFFFFF;
}


/* Menu */

#menu {
	float: left;
	width: 970px;
	height: 50px;
	background: url(../images/header.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 12px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 20px 41px 14px 41px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	/*background: url(../images/barra.jpg) no-repeat right top;*/
}

#menu a:hover { 
	background: none repeat scroll 0 0 #4B6286;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: none repeat scroll 0 0 #4B6286;
	color: #FFFFFF;
}


/* Page */

#page {
	width: 970px;
	margin: 0 auto;	
	background: #FFFFFF;
	overflow: auto;
}

/* Content */

#contenido {	
	padding: 20px 100px 30px 100px;	
}

#footer {		
	width: 970px;
	height: 75px;
	margin: 0 auto;	
	background: #FFFFFF;

}


#footer p {	
	width: 970px;
	height: 50px;
	margin: 0 auto;	
	line-height: normal;
	color: #B4B4B4;
 	background: url(../images/footer.jpg) no-repeat;
}

.cursorMano
{
	cursor:pointer;
}