/* CSS Document */

body{
	margin:0 auto;
	padding:0;
	text-align:center;
	vertical-align:middle;
}

.fons{
	background-image:url(fondo.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#333333;}
	
.princ{
	text-align:center;
	margin:0 auto;}
	
	
.sitd{
	padding-bottom:8px;}
	
.fondoverde{
	background-image:url(verde.gif);
	background-position:center bottom;
	background-repeat:repeat-x
	padding-bottom:0px;}

.texto{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#FFFFFF;}

.texto2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#FFFFFF;
	margin-right:40px;
	border:0;
	text-decoration:none;}

.textopeq{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:justify;
	color:#FFFFFF;}

.textopeq2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	color:#FFFFFF;
	margin-right:3px;}
	
.textocent{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
	color:#E4FF2B;
	font-weight:bold;
	letter-spacing:-1px;}
	
.textoleft{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:left;
	color:#E4FF2B;
	font-weight:bold;
	letter-spacing:-1px;}
	
.textoleftp{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	color:#E4FF2B;
	font-weight:bold;
	letter-spacing:-1px;}

.textosecc{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	color:#FFFFFF;
	letter-spacing:-1px;
	text-decoration:none;}

.textosecc2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	color:#FFFFFF;
	letter-spacing:-1px;
	text-decoration:none;
	margin-left:10px;}

.textosecc3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	color:#FFFFFF;
	letter-spacing:-1px;
	text-decoration:none;
	margin-left:20px;}

.textosecc:hover{
	color:#E4FF2B;
	}

.textosecc2:hover{
	color:#E4FF2B;
	}

.textosecc3:hover{
	color:#E4FF2B;
	}

.tdtexto{
	padding-left:20px;}
	
.lineaverde{
	border-right:#E4FF2B 1px solid;
	padding-right:20px;}
	
input,textarea{
	font-size:10px;
	border:1px solid #E4FF2B;
	margin:0;}
	
.boton{
	background-color:#373737;
	color:#FFFFFF;
	margin-top:2px;
	font-size:10px;}

.padizq{
	padding-left:55px;}

.borde{
	border-left:5px #666666 solid;
	}
	
.borde:hover{
	border-left:5px #E4FF2B solid;}

/*SLIDER*/

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 800px; 
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:800px;
		overflow:hidden;
		float:left;	
		}
	div.scroller div.content {
		width: 100000px;
		}