/**********************************
Core styles
***********************************/

body, div { font-family: 'lucida grande', helvetica, verdana, arial, sans-serif }
body { 
margin: 0 10% 0 20%; 
padding: 0; 
font-size: small; 
color: #333;
border:1px solid #CACACA;
-moz-border-radius:10px;
width:auto;
}

div#acceso img{
width:3%;
margin: 0 2% 0 95%;
}
#content{
	margin: 0 2% 0 10%;
	width:90%;
}
h1, h2 { font-family: 'trebuchet ms', verdana, arial; padding: 10px; margin: 0 }
h1 { font-size: medium; }

#header { 
width:90%;

}

#main { margin:0 0 0 0; width:auto;}
#left { float:left;width:20%;margin:0 4% 0 0; padding: 0em; 
		font-size:20px;	
}
#banner {
	margin: 0 2% 0 15%;
	width:92%;
	height:80%;
}
#banner img{
  width:70%;
  height:60%;
}
p { margin: 10px 0; }

li a{ 
	text-decoration:none;
	color:#015a6c;
	padding:5px 5px 5px 5px;
}
li a:hover{ 
	text-decoration:none;
	color:#ff7200;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
}
li { 
	list-style-type:none;
	background:	url(../img/bg3.png) left bottom repeat-x;
	border:0px solid;
	margin:5px 5px 5px 5px;
	width:112%;
	-moz-border-radius:7px;
	font-size: medium; 
	color:#015a6c;
	padding:5px 5px 5px 5px;
}
li:hover { 
	padding:2px;
	list-style-type:none;
	background:	url(../img/bg6.png) left bottom repeat-x;
	border:0px solid;
	margin:5px 5px 5px 5px;
	width:112%;
	-moz-border-radius:7px;
	font-size: medium; 
	cursor:hand;
	cursor:pointer;
	color:#ff7200;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
}

h1 { font-size: 2em; }
.error {color:#FF0000;}

#pie{
margin: 0 25% 0 7%;
}
/*Admin section*/
body#list { 
margin: 0 25% 0 25%; 
padding: 0; 
font-size: small; 
color: #333;
border:1px solid #CACACA;
-moz-border-radius:10px;
}
#banneradmin {
	margin: 0 0 0 13%;
	width:60%;
	height:60%;
}
#banneradmin img{
  margin: 0 0 0 2%;
  width:110%;
  height:40%;
}
#loginForm {
	width: 65%;
	font-size: 1.0em;
	color: #333;
	margin:0 0 0 30px;
}
table caption{
  background:url(../img/bg2.png)left bottom repeat-x;
  font-size:20px;
  font-weight:bold;
  color:#380000;
}
.tableheader{
  background:#CACACA;
  border:1px solid black;
}
.par{
 background:#A9F5A9;
}
.impar{
 background:#E0F8E0;
}
div#salir{
 font-size:20px;
 background:url(../img/bg4.png)left bottom repeat-x;
 width:125px;
 margin:0 auto 0 auto; width:390px; 
}
div#salir:hover{
 font-size:20px;
 color:#FFFFFF;
 font-weight:bold;
 background:url(../img/bg5.png)left bottom repeat-x;
 width:125px;
 cursor:pointer;
 cursor:hand;
 margin:0 auto 0 auto; width:390px; 
}
div#salir a{
 text-decoration:none;
 font-weight:bold;
 color:#8A0808;
 
}
div#salir a:hover{
 text-decoration:none;
 
}

/*styles for map*/
.map{
margin: 0 1% 0 1%; 
padding: 0; 
font-size: small; 
color: #333;
border:1px solid #CACACA;
-moz-border-radius:10px; 
}
/*Styles for programa*/
.programa { 
width:80%;
margin: 0 10% 0 10%; 
padding: 0; 
font-size: small; 
color: #333;
border:1px solid #CACACA;
-moz-border-radius:10px;
}
#bannerprograma {
	margin: 0 0 0 10%;
	width:100%;
	height:100%;
}
#bannerprograma img{
  width:80%;
  height:80%;
}
#contentprograma { width:100%;}
/**********************************
cmxform Styles
***********************************/
form.cmxform {
	width: 70%;
	font-size: 1.0em;
	color: #333;
	
}


form.cmxform fieldset {
	border: none;
	border-top: 0px solid #C9DCA6;
	background: url(../img/cmxform-fieldset.gif) left bottom repeat-x;
	background-color: #F8FDEF;
	font-weight: bold;
	-moz-border-radius:10px;
}


input:focus { border: 1px dotted black; background:#FFFFCC; }

/**********************************
cmxform template
***********************************/
form.cmxform fieldset {
	margin-bottom: 10px;
}

form.cmxform legend {
	padding: 0 1px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}

form.cmxform label {
	display: inline-block;
	line-height: 1.5;
	vertical-align: top;
	cursor: hand;
}

form.cmxform fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

form.cmxform fieldset fieldset label {
	display: block;
	width: 90%;
}

form.cmxform label { width: 100px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */
div.error {
	margin-left: 150px;
	width: 220px;
}

form.cmxform input.submit {
	margin-left: 1px;
}




