/* listado de provincias */
#listado {width: 100%; margin: 0 auto; padding:0px;}
#listado ul,#listado ol{list-style:none; float:left; margin:10px auto; /*border: 1px solid black;*/ padding:0px; background-image:none;}
#listado li{/* background:url(images/dotted.gif) bottom left repeat-x; */width:190px;float:left;padding:0; list-style-type:none;padding:5px 20px 5px 0;}
#listado li a{float:left;text-decoration:none;color:#294f88;}
#listado li a:hover { background:none; background-color:none; border:none; text-decoration:underline;}

#nav_provincias_eso {/*border:1px solid black; width:100%; */ margin:10px auto; padding:0px; margin-left:-5px;}
#nav_provincias_eso td{width:150px; /* border:1px solid black; */ padding-left:10px;}


#main h2 { padding-bottom: 3px; margin-top: 0px; font: normal 1.5em "Trebuchet MS", Georgia, "Times New Roman", Times, serif; color: #895F30; letter-spacing: -1px; text-transform: none; border-bottom: none; }
#main h2 a { color: #895F30; text-decoration: none; background: none; border: none; }

#content{display:block; float:left; width:65%; margin-bottom:40px; /*border:1px solid black; */}


#datos_centro ul{border-top: 1px solid #cecece; padding:0; margin-left:10px;}
#datos_centro li{border-bottom: 1px solid #cecece; padding:15px 0;}


#column .holder, #column #featured{display:block; width:300px; margin-bottom:40px; float:right; }
#column div.imgholder{display:block; width:290px; margin:0 0 10px 0; padding:4px; color:#666666; background-color:#F7F7F7; border:1px solid #CCCCCC; }
/* Featured Block */
#column #featured a{color:#000000; /* background-color:#F9F9F9; */ background-color:transparent;}
#column #featured ul, #column #featured h2, #column #featured p{margin:20px 0; padding:0; list-style:none; cursor:pointer; }
#column #featured li{display:block; width:250px; margin:0; padding:20px 25px; color:#2E271D; background-color:#F9F9F9; }
#column #featured li p{line-height:1.6em; }
#column #featured li p.imgholder{display:block; width:240px; height:90px; margin:10px 0 15px 0; padding:0px; /*border:1px solid #CCCCCC; */ }
#column #featured li h2{margin:0; padding:0; color:#666666; /* background-color:#F9F9F9; */line-height:normal; /*border-bottom:1px dashed #666666;*/ border-bottom:none;}
#column #featured p.more{display:block; width:100%; margin-top:15px; font-weight:bold; text-align:right; line-height:normal; }
#column a, #column a:hover, #column a:visited {text-decoration:none; border:none; background:none; background-color:#F7F7F7;}
/* CSS3 Buttons */

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
 
.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}
