/* CSS Document */

body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	background: #CCC url(../images/fondo.gif) center repeat-y;
	font: 12px "Lucida Sans Unicode", Verdana, Tahoma, Geneva, Arial, sans-serif;
	text-align: center;
}

p, img, ul, li, span {
	/*font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;*/
	margin: 0;
	padding: 0;
	border: 0;
}

h1, h2, h3, h4 {
	font-family: Helvetica, Verdana, Tahoma, Geneva, Arial, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	outline: none;
}

.bold {
  font-style: bold;
}

.italic {
  font-style: italic;
}

.center {
  width: 100%;
  text-align: center;
}

.right: {
  width: 100%;
  text-align: right;
}

h1 {
	font-size: 1.3em;
	color: #797575;
	margin: 0 0 16px 0;
	padding: 0;
}

h2 {
	font-size: 1.2em;
	color: #797575;
	margin: 0 0 16px 0;
	padding: 0;
}

#top {
	width: 100%;
	background: #CCC url(../images/fondoTop.gif) center top no-repeat;
	height: 24px;
	padding: 0;
	margin: 0;
	border: 0;
}

#contenedor {
 	position: relative; 
	margin: 0 auto;
	width: 740px;
  z-index: 100;
	height: 100%;
	text-align: left;
}

#toplogo {
	height:128px;
	background: #FFF;
}

.oculta {
	display: none;
}

#cuerpo {
	margin: 0;
	padding: 16px 0 32px 8px;
	height: 100%;
	min-height: 1000px;
}

#cuerpo a:link, #cuerpo a:visited {
	color: #888;
}

#cuerpo a:hover {
	color: #FFA202;
}

#colizda {
	padding: 16px 0 0 0;
	width: 490px;
}

#colizda p {
	margin-bottom: 16px;
	text-align: justify; 
}

#colizda .dcha, .dcha {
	text-align: right;
}

#colizda ul
{
	margin: 12px 0;
	padding: 0;
	list-style: none;
}

#colizda li
{
	padding-left: 16px;
	background-image: url(../images/dotLista.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
}

#colizda img {
	margin: 4px 2px;
	padding: 0;
}

#coldcha {
	position: absolute;
	top: 180px;
	left: 528px;
	width: 200px;
}

#coldcha img {
	margin: 0 0 8px 0;
	padding: 0;
}

#coldcha h1 {
	padding: 0 0 4px 0;
	margin: 0 0 4px 0;
	border-bottom: 1px #BBB dotted;
	text-align: left;
}

#coldcha h2 {
	padding: 0;
	margin: 16px 0 8px 0;
	text-align: left;
}

#coldcha p {
	margin: 0 0 16px 0;
}

#coldcha .notastexto {
	font-size: 0.9em;
	background: #ddd;
	padding: 4px 16px;
}

#coldcha .notastexto h2 {
		font-size: 1em;
}

.subcoldcha {
	clear: right;
	margin-left: 216px;
	padding-top: 4px;
}

.subcolizda {
	float: left;
	width: 200px;
}

.listaApdos {
	margin-top: 0px;
	font-size: 90%;
	background: #eee;
	padding: 24px 0;
}

.listaApdos a {
	text-align: left;
	margin: 0 16px 8px 16px;
	display: block;
	text-decoration: none;
}

.listaApdos a:hover {
}

.clear {
	clear: both;
	margin: -16px 0px;
	padding: 0;
}

.dottedline {
	margin-top: 16px;
	border-bottom: 1px #ccc dotted;
}

.dottedlinewhite {
	border-bottom: 1px #fff dotted;
}

#pie {
	text-align: center;
	background: #CCC;
	border-top: 8px #FFF solid;
	clear: both;
}

#pie p {
	font-size: 10px;
	vertical-align: top;
	color: #FFF;
}

#pie a:link, #pie a:visited {
	color: #FFF;
	text-decoration: none;
}

#pie a:hover {
	color: #ff6600;
	text-decoration: none;
}

a.minilink {
	font-size: 10px;
	text-decoration: none;
}

form {
}

.nombre_campo {
	font-weight: bold;
	color: #797575;
}

input, textarea {
	margin: 4px 0 8px 0;
	border: 1px #CCC solid;
	font-family: Trebuchet MS, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.botonForm {
	display: inline;
	font-family: Trebuchet MS, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right: 2px #AAA solid;
	border-bottom: 2px #AAA solid;
	margin-bottom: 24px;
}

.campoOculto {
	border: 0;
}

.miniNota {
	font-size: 10px;
	color: #666;
	background-color: #DDD;
	padding: 8px;
	width: 90%;
}

.miniTexto {
	font-size: 10px;
	color: #999;
}

.miniTexto a:link, .miniTexto a:hover, .miniTexto a:visited, .miniTexto a:active {
	color: #999;
	text-decoration: underline;
}

.microtexto {
	font-size: 9px;
	color: #CCC;
}

.microtexto a:link, .microtexto a:visited, .microtexto a:active {
	color: #CCC;
	text-decoration: none;
}

.microtexto a:hover {
	color: #ff9900;
}

a.thumbFoto:link>img, a.thumbFoto:visited>img {
	text-decoration: none;
	border: 2px #FFF solid;
}

a.thumbFoto:hover>img {
	border: 2px #FFA202 solid;
}

.logos {
	text-align: center;
	border-top: 1px #CCC dotted;
	margin-bottom: 8px;
	padding-top: 16px;
	font-size: 80%;
}

.logos a img {

}

.tarifaEsferic {
	margin: 0 auto;
	border: 1px #CCC solid;
	font: 12px "Lucida Sans Unicode", Verdana, Tahoma, Geneva, Arial, sans-serif;
}

.tarifaEsferic th, .tarifaEsferic td {
  padding: 8px;
  margin:0;
  text-align: center;
}

.tarifaEsferic th {
	background-color:#FEC896;
	color: #822B00;
}

.fondoGris {
	background: #EEE;
}
