

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #567;
}
a:hover {
	color: #ff0000;
}


body {
	background: #555A60;
	color: #FFFFFF;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 2em;
	margin-bottom: 4px;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F6F6F6;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #456;
	display: block;
	font: normal 1.4em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #ffffff;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {

	margin-left:0;
	width: 730px;
}
/* structure botones*/ 
.container1 {
	margin-left:0;
	width: 170px;
}
/* title */
.title {
	float: left;
	margin-top: 15px;
	text-align: center;
	width: 155px;
}

/* title */
.title_izq {
 	float: right;
	margin-top: 15px;
	text-align: center;
	width: 140px;
}

.title h1 {
	font: normal 2em Verdana,sans-serif;
}
.title h2 {
	color: #999;
	font: normal 1.1em Verdana,sans-serif;
}

/* navigation */
.navigation {
	background: url(img/holder.jpg) no-repeat;
	height: 100px;
	padding:0 16px;
	font-size:0.8em;
	
}
.navigation1 {
	background: url(img/holder_izq.jpg) no-repeat;
	height: 100px;
	padding:0 16px;
	font-size:0.8em;
	
}
.navigation a {
	border-left: 1px solid #DDD;
	border-right: 1px solid #FFF;
	color: #89A;
	float: right;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 9px;
	padding: 58px 18px 8px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background: #FFF url(img/navhover.gif) repeat-x;
/* 	color: #28E; */
	color: #ff2222;
	padding: 56px 18px 10px;
}

/* holders */
.holder {
	background: url(img/bgholder.jpg) repeat-y;
	padding-left: 0px;
	padding: 0 32px;
	font-size: 1em;
	line-height: 25px;


}
/* holders _ izquierda*/
.holder_izq {
	background: url(img/bgholder_izq.jpg) repeat-y;
	margin-left:0px;
	padding: 0 20px;

}

.holder_top,.footer {
	clear: both;
	background: url(img/holder.jpg) no-repeat;
	height: 40px;
}

.holder_top_izq,.footer_izq{
	clear: both;
	background: url(img/holder_izq.jpg) no-repeat;
	height: 40px;
}

/* footer */
.footer {
	background-position: left bottom;
	color: #336699;
	font-size: 0.8em;
	text-align: center;
}

/* footer */
.footer_izq {
	background-position: left bottom;
	color: #336699;
	font-size: 0.8em;
	text-align: center;
}

