*{
	text-decoration: none;
	font-family: Helvetica;
}

body{
	background-color: #f9f9f9;
}

h1{
	font-size: 20px;
	color: #4d6580;
	margin: 0px 11px 0px 11px;
}

h2{
	font-size: 24px;
	color: #0093dd;
	padding: 8px 0px 10px 0px;
}

h3{
	font-size: 16px;
	color: #6b6b6b;
	padding-top: 2px;
}

p{
	color: #878d92;
	line-height: 18px;
	font-size: 12px;
	margin-bottom: 15px;
	text-align: justify;
}

#wrapper{
	width: 720px;
	margin: 0px auto 13px auto;
	background-color: white;
	border: 1px #bec4c9 solid;
}

#header{
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 105px;
}

#lang{
	color: #787878;
	font-size: 12px;
	line-height: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
}

#lang A{
	color: #878d92;
}

#lang A:hover{
	color: #0093dd;
}

p.adicional{
	float: right;
	margin: 0px;
	padding: 0px;
}

#cuerpo {
	background-image: url(../images/cuerpo_bg.gif);
}

#cuerpo #col_izq{
	background-image: url(../images/lat_bg.jpg);
	background-position-x: right;
	width: 160px;
	float: left;
}

#cuerpo #col_der{
	width: 520px;
	margin-left: 175px;
	margin-right: 15px;
}

#cuerpo #col_izq li{
	font-size: 14px;
	line-height: 30px;
	border-bottom: 1px #c2c3c4 solid;
	border-top: 1px white solid;
}

#cuerpo #col_izq li a{
	margin-left: 15px;
	color: #878d92;
}

#cuerpo #col_izq li a:hover{
	color: #0093dd;
}

#clear{
	display: block;
	clear: both;
	height: 15px;
}

table.festes{
	font-size: 12px;
	color: #444547;
}

table.festes td{
	padding: 5px;	
}

#footer{
	background-color: #f3f3f3;
	border-top: 1px #c2c3c4 solid; 
	height: 30px;
	text-align: center;
}

#footer p{
	font-size: 10px;
	color: #4a627c;
	margin: 0px;
	text-align: center;
	line-height: 14px;
}

#footer a{
	color: #a09f9f;
}

#footer a:hover{
	color: #0093dd;
}

a.mail{
	color: #0093dd;
}

ul.listado li{
	border: 4px solid #d1d3da;
	margin-bottom: 10px;
	padding-right: 10px;
	height: 90px;
}

ul.listado li p{
	margin: 0px;
}

ul.listado li h3{
	margin-top: 4px;
}

ul.listado li img.limag{
	float: left;
	margin-right: 10px;
}

input.text{
	width: 300px;
	height: 10px;
	font-size: 14px;
	padding: 5px;
	color: #878d92;
	border: 2px solid #d1d3da;
	margin-bottom: 10px;
}

input.submit{
	height: 30px;
	font-size: 14px;
	padding: 5px;
	color: #4a627c;
	border: 2px solid #d1d3da;
	margin-bottom: 10px;
}


input.num{
	width: 61px;
	height: 10px;
	font-size: 14px;
	padding: 5px;
	color: #878d92;
	border: 2px solid #d1d3da;
	margin-bottom: 10px;
}


select{
	width: 315px;
	height: 23px;
	font-size: 14px;
	padding: 5px;
	color: #878d92;
	border: 2px solid #d1d3da;
	margin-bottom: 10px;
}

textarea.area{
	width: 300px;
	height: 100px;
	font-size: 14px;
	padding: 5px;
	color: #878d92;
	border: 2px solid #d1d3da;
	margin-bottom: 10px;
}


table.cal{
	border: 1px solid #d1d3da;
	margin: 10px;
}

.altn  {
	font-family : helvetica;
	font-size : 12px;
	font-weight: normal;
	color: #4a627c;
	background-image: url(../images/altn_bg.gif);
}

.tit  {
	font-family : helvetica;
	font-size : 12px;
	font-weight: normal;
	color: #ffffff;
	background-image: url(../images/tit_bg.gif);
	font-weight: bold;
}

.bloq{
	font-family : helvetica;
	font-size : 12px;
	font-weight: normal;
	color: #ffffff;
	background-image: url(../images/bloq_bg.gif);
	border: 1px solid #980000;
}

.nobloq{
	font-family : helvetica;
	font-size : 12px;
	font-weight: normal;
	color: rgb(107, 107, 107);
}

img.ficha{
	margin: 0px 2px;
}

p .mark{
	font-weight: bold;
}

td.datos{
	padding-right:15px;
}