@charset "UTF-8";
/* CSS Document */

/*Reset CSS*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/*New CSS*/
body {
	background: #fff url(images/background.png) repeat-x top;
}

a {
	color: #c12129;
}

#main {
	width: 1020px;
	margin: 0 auto;
}

#header {
	background: url(images/header.png) no-repeat center;
	height: 595px;
}

#logo {
	padding: 15px 0 0 30px;
	float: left;
	width: 197px;
	height: 128px;
}

#slogan {
	width: 403px;
	height: 24px;
	padding: 15px 0 0 45px;
	float: left;
	text-align: right;
}

#slogan h1 {
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
}

#slogan p {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
}

.tlfmail {
	font-size: 14px;
	font-weight: bold;
}

#poderes {
	height: 160px;
	width: 960px;
	margin: 30px auto 0 auto;
}

#poder-analizador, #poder-planificador, #poder-dinamizador, #otros-poderes {
	float: left;
	width: 220px;
}

#poder-analizador p, #poder-planificador p, #poder-dinamizador p, #otros-poderes p {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 5px 0 0 0;
	line-height: 15px;
}

#poder-planificador {
	margin: 0 20px 0 20px;
}

#poder-dinamizador {
	margin: 0 20px 0 0;
}

#poder-analizador {
	margin: 0 0 0 10px;
}

#content {
	width: 960px;
	margin: 15px auto 45px auto;
	overflow: hidden;
}

#left, #center, #right {
	width: 300px;
	float: left;
}

#left p, #center p, #right p, #descargas-cs p {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	margin: 5px 0 0 0;
	line-height: 15px;
}

#left h3, #center h3, #right h3, #descargas-cs h3 {
	padding: 0 0 10px 0;
}

#center{
	margin: 0 20px;
}

#left{
	margin: 0 0 0 10px;
}

#descargas-cs ul {
	margin: 10px 0 0 25px;
}

#descargas-cs ul li {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	margin: 5px 0 0 0;
	line-height: 15px;
	list-style: circle;
}

#bg-footer {
	background: #dbd1c5 url(images/bg-footer-small.png) repeat-x top;
	padding: 0 0 15px 0;
}

#footer {
	background: url(images/bg-footer.png) no-repeat center top;
	width: 960px;
	margin: 0 auto;
	padding: 40px 60px 25px 60px;
	overflow: hidden;
}

#copy {
	float: left;
	padding: 25px 0 0 0;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #928b83;
}

#sello {
	float: right;
	margin: 0 45px 0 0;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #928b83;
	text-align: center;
}

/* Easy Slider */
#slider2{
	clear: both;
	margin: 0 0 0 100px;
	padding: 25px 0 0 0;
}	

#slider ul, #slider li, #slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
}

#slider li, #slider2 li{ 
/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
*/ 
	width:580px;
	height: 175px;
	overflow:hidden; 
}		

#slider2 li h3{ 
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 5px 0;
	margin: 0 0 10px 0;
	color: #ff9600;
}

#slider2 li h2{
	font: 26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 30px;
	padding: 5px 10px 15px 10px;
	color: #0e4e9a;
}

#slider2 li h2 strong{
	font-weight: bold;
}	

#slider2 a{
	text-decoration: none;
}	

#slider2 li p{
	font-size: 12px;
	padding: 0 0 10px 0;
	line-height: 14px;
}

#slider2 strong {
	font-weight: bold;
}					
		
p#controls, p#controls2{
	margin:0;
	position:relative;
} 
	
#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
	display:block;
	margin:0 0 0 30px;
	overflow:hidden;
	text-indent:-8000px;		
	width:50px;
	height:50px;
	position:absolute;
	/*left:-30px;*/
	top:-125px;
	}	

#nextBtn, #nextBtn2{ 
	left:910px;
}														

#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
	display:block;
	width:50px;
	height:50px;
	background:url(images/btn_prev.png) no-repeat 0 0;	
}

#prevBtn a:hover, #nextBtn a:hover, #prevBtn2 a:hover, #nextBtn2 a:hover{  
	background:url(images/btn_prev_hover.png) no-repeat 0 0;	
}	

#nextBtn a, #nextBtn2 a{ 
	background:url(images/btn_next.png) no-repeat 0 0;	
}	

#nextBtn a:hover, #nextBtn2 a:hover{ 
	background:url(images/btn_next_hover.png) no-repeat 0 0;	
}	

/* // Easy Slider */


