body{
	font-family: Arial,sans-serif;
	color: #444444;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color:#99FF33;
}

a:link, a:visited, a:hover {
	color: #FFCC00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #fff;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}
hr{
color:#993333;
width:430px;
text-align:center;
}

ul{
list-style-image:url(imagenes/bullet.jpg);

}

ul ul{
 list-style-type: url(imagenes/bullet.jpg);
}

ul ul ul{
 list-style-type: none;
}

li{
padding-bottom:10px;
padding-left:5px;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}



/***********************************ZONAS *****************************/


#contenedor{ 
   text-align: center; 
   width: 770px; 
   margin:auto;
   background-color:#fff;
   /*margin-top:10px;
   /*border-top:1px solid #993333;*/
   border: 1px solid #CC6600;
   /*border-bottom: 1px solid #CC6600;
   border-right: 1px solid #CC6600;*/
   
} 
#cabecera{
	margin: 0;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #CC6600;
	/*width: 100%;
	/*background-color:#993333;*/
	
	/*text-align:center;*/
}

#pie{
	clear: both;
	border-top: 1px solid #CC6600;
	background-color:#CC6600;
	text-align:center;
	font-size:11px;
	/*border: 1px solid #cccccc;*/
	width: 770px;
	/*font-size:75%;*/
	color: #ffffff;
	padding: 5px 0px 5px 0px;
	margin-top: 0px;
	
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#pie img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

#principal{
	/*float: left;*/
  width: 90%;
}
#contenidos{
/*float: right;*/
 
	margin: 0 0 0 74%;
	padding: 0px;
	background-color: #993333;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	text-align:justify;
}
.feature h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
	color:#990000;
}

.feature img{
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0 25px 2px 0px;
	
	
}



.featurebgr{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	background-image:url(imagenes/candado1.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	
}

.featurecontac{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	background-image:url(imagenes/manos.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	
}

.featurebgr h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
	color:#990000;
}

.featureerror{
	padding: 0px 180px 10px 50px;
	font-size: 80%;
	background-image:url(imagenes/error.jpg);
	background-position:center right;
	background-repeat:no-repeat;
	
}

.featureerror h3{
	padding: 10px 0px 5px 0px;
	text-align: center;
	color:#990000;
}

.featurecamara{
	/*padding: 0px 180px 10px 50px;*/
	font-size: 80%;
	background-image:url(imagenes/camara.jpg);
	background-position:center right;
	background-repeat:no-repeat;
	
}
.featuremarquee{
margin: 0px 0px 0px 800px;
padding: 10px 0px 5px 15px;
border: #CC6600 solid 1px;
width:235px ;
height:250px;


}
/* adjust margins to change separation between the feature image and text flowing around it */
