/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */

h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
.texto {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
text-align : justify;
margin-bottom:0.5em;
margin-right:1em;
}
.textopiefoto {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
text-align : justify;
margin-bottom:0.5em;
margin-right:1em;
}
.textoli {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
text-align : justify;
margin-bottom:0.5em;
margin-left:3em;
}
.textpoblaciones {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
text-align : justify;
margin-left:115px;
margin-right:115px;
margin-bottom:0.5em;
margin-right:1em;
}
.textofooter {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
margin-bottom:0.5em;
margin-left:3em;
text-align:center;
line-height:30px;
vertical-align:middle;
}
.textoconsultanos {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
background-color:yellow;
}

.enlacemenu {    
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   padding: 3px;
   color: #666666;
   text-align : justify;
   line-height:20px;
 }
.enlacemenu:link {
	text-decoration: none;
	color: #000000;
}
.enlacemenu:visited {
	text-decoration: none;
	color: #000000;
}
.enlacemenu:hover {
	text-decoration: none;
	color: #4D81BA;
}
.enlacemenu:active {
	text-decoration: none;
	color: #000000;
}

.enlacemenu2 {    
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   padding: 3px;
   color: #666666;
   text-align : justify;
   line-height:20px;
 }
.enlacemenu2:link {
	text-decoration: none;
	color: #4D81BA;
}
.enlacemenu2:visited {
	text-decoration: none;
	color: #4D81BA;
}
.enlacemenu2:hover {
	text-decoration: none;
	color: #4D81BA;
}
.enlacemenu2:active {
	text-decoration: none;
	color: #4D81BA;
}

.enlacemenu3 {    
   font-family: Arial, Helvetica, sans-serif;
   color: #666666;
   text-align : justify;
   line-height:20px;
 }
.enlacemenu3:link {
	text-decoration: none;
	color: #000000;
}
.enlacemenu3:visited {
	text-decoration: none;
	color: #000000;
}
.enlacemenu3:hover {
	text-decoration: none;
	color: #4D81BA;
}
.enlacemenu3:active {
	text-decoration: none;
	color: #000000;
}


.enlacegalerias {    
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   padding: 3px;
   color: #666666;
   text-align : justify;
   line-height:20px;
 }
.enlacegalerias:link {
	text-decoration: none;
	color: #000000;
}
.enlacegalerias:visited {
	text-decoration: none;
	color: #000000;
}
.enlacegalerias:hover {
	text-decoration: none;
	color: #4D81BA;
}
.enlacegalerias:active {
	text-decoration: none;
	color: #000000;
}

.enlacesmapaweb {    
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   padding: 3px;
   color: #4D81BA;
   text-align : justify;
   line-height:20px;
 }
.enlacesmapaweb:link {
	text-decoration: none;
	color: #4D81BA;

}
.enlacesmapaweb:visited {
	text-decoration: none;
	color: #4D81BA;
}
.enlacesmapaweb:hover {
	text-decoration: none;
	color: #4D81BA;
	font-weight:bold;
}
.enlacesmapaweb:active {
	text-decoration: none;
	color: #4D81BA;
}
.formulario {
	width: 300px; 
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=number],input[type=password],textarea{width:15.25em;*width:15,25em;}
