/*
Design by yojuanek
http://www.mieldealiste.com
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	text-align: left;
}

blockquote {
	font-style: italic;
}

a {
	color: #135293;
}

a:hover {
	text-decoration: none;
}

.title1 {
	margin: 0;
	padding: 10px 0;
	background: #FFFFFF;
	font-weight: normal;
	font-size: 129%;
	color: #FFFFFF;
}

.title2 {
	margin: 0;
	padding: 10px 0;
	background: url(imagenes/img09.gif) repeat-x left bottom;
	font-size: 227%;
	font-weight: normal;
	color: #135293;
}

.title3 {
	margin: 0;
	padding: 10px 0;
	background: url(imagenes/img11.gif) repeat-x left bottom;
	font-size: 129%;
	font-weight: normal;
	color: #FFFFFF;
}

.boxed {
	padding: 5px 30px 20px 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.boxed p, .boxed ul, .boxed ol {
	line-height: 180%;
}

.col-one {
	float: left;
	width: 300px;
}

.col-two {
	float: right;
	width: 300px;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* PIe */
#pie {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Logo */

#logo {
	height: 220px;
	background: #FFFFFF;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
}

#logo h1 {
	padding: 90px;
	background: url(imagenes/img03.gif) no-repeat center top;
	font-size: 36px;
}

#logo h2 {
	font-size: 23px;
}

#logo a {
	color: #9C9C9C;
	text-decoration: none;
}

/* Menu */

#menu {
	padding: 10px;
	background: #85C329 url(imagenes/img04.gif) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 10px 0;
	background: url(imagenes/img05.gif) repeat-x;
	text-align: left;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 129%;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}


/* Content */

#content {
	float: right;
	width: 740px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Footer */

#footer {
	width: 980px;
	height: 120px;
	margin: 0 auto;
	background: url(imagenes/img12.gif) repeat-x;
}

#footer p {
	margin: 0;
	font-size: 85%;
}

#links {
	float: left;
	width: 220px;
	height: 45px;
	padding: 35px 0 0 20px;
	background: url(imagenes/img13.gif) repeat-x;
}

#links a {
	color: #FFFFFF;
}

#legal {
	float: right;
	width: 720px;
	height: 45px;
	padding: 35px 0 0 20px;
}


#principal li { 
   display:inline; 
   float:left; 
   width:258px; 
   background-color:#f5f7f9; 
   padding:5px; 
   margin:10px; 
   text-align: center; 
   border-right: #a5a7aa solid 1px; 
   border-bottom: #a5a7aa solid 1px; 
} 

