body{
	background:url(../img/background.jpg) repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	margin: 0px;
	padding: 0px;
}

a{
	text-decoration:none;
	color:rgb(219,41,21);
	font-weight:bold;
}

p{
	padding: 0px;
	margin: 0px;
}

img{
	border: none;
}

h1{
	font-size:0.8em;
	font-weight:bold;	
}

#general{
	width: 770px;
	height: 568px;
	margin: 0px auto;
	background-color: #dc2915;
	padding:7px;
}

#cont_cabecera{
	width: 770px;
	height: 107px;
}

#cont_cuerpo{
	width: 770px;
	height: 460px;
	border-top: 1px solid #ffffff;
	background:url(../img/back01.jpg) repeat;
	background-position: bottom;
	
}

#foto{
	padding: 4px 0px 0px 30px;	
}

#idiomas{
	float:right;
	margin:-100px 10px 0 0;
}

#idiomas li{
	display:inline;
	font-size:11px;
	color:#ffffff;
	padding: 0px 1px 0px 5px;
	font-weight: bold;
}

#cont_col{
	width: 150px;
	height: 435px;
	float: left;
	padding: 25px 0px 0px 30px;
	background-image: url(../img/letra02.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#menu{
	width:104px;
	float:left;
}

#menu ul {
	margin:0px;
	padding: 0px;
}

#menu li {
	margin:0px 0px 10px 0px;
	float:left;
	list-style: none;
}

#menu li a{
	background:url(../img/btn_rollOff.jpg);
	padding:6px 0 2px 12px;
	text-align:left;
	font-size:11px;
	font-weight:bold;
	color:#333333;
	letter-spacing:0.1em;
	display:block;
	width:90px;
	height:22px;
}

#menu li a:hover{
	background-image:url(../img/btn_rollOn.jpg);	
	color:#ffffff;
}

#menu li a.active{
	background-image:url(../img/btn_rollOn.jpg);	
	color:#ffffff;
}

#cont_cent{
	width: 550px;
	float: left;
}

#caja_cent{
	clear: both;
	width: 550px;
	height: 377px;
	margin: 25px 0px 0px 0px;
	background:url(../img/back02.jpg) repeat;
}

#cuerpo{
	width:518px;
	height: 300px;
	margin: 18px 0px 0px 20px;
}

#caja_inf{
	clear: both;
	width: 550px;
	height: 23px;
	margin: 13px 0px 0px 0px;
	background-color: #e9c589;
	font-size:10px;
	padding: 7px 0px 0px 0px;
	text-align:center;
}

#caja_inf p a:hover{
	text-decoration:underline;
}

#titulo{
	width: 525px;
	height: 30px;
	padding: 16px 0px 0px 25px;
	border-bottom: 1px solid #ffffff;
}


#titulo .enlaces{
	margin: 0px;
	padding: 0px;
}

#titulo .enlaces li{
	display:inline;
	font-size:0.7em;
	color:#666666;
	margin-right:10px;
}

#titulo .enlaces li a{
	color:#333333;
}

#titulo .enlaces li a.active{
	color:rgb(219,41,21);
}

.tit{
	font-weight: bold;
	font-size: 13px;
	color: #333333;
}

.bor{
	border-left: 1px solid #ffffff;
}

.txt{
	font-size: 11px;
	color: #333333;
	padding: 10px;
	line-height: 15px;
}

.txt2{
	font-size: 11px;
	color: #333333;
	padding: 10px 10px 5px 10px;
}

.c_completo{
	width: 513px;
	height: 300px;
	background-color: #f1e0a8;
	color: #333333;
}

.c_completo2{
	width: 513px;
}

.c1{
	width: 249px;
	height: 300px;
	background-color: #f1e0a8;
	margin-right: 15px;
	float: left;
}

.c2{
	width: 249px;
	float: left;
	padding-bottom: 10px;
}

.c2b{
	width: 249px;
	height: 210px;
	float: left;
	background-color:#f1e0a8;
}

.c3{
	float: left;
	width: 249px;
	height:68px;
    background-color:#f1e0a8;
    font-family: Monotype corsiva, arial, trebuchet Ms, verdana;
	font-size: 22px;
	text-align: center;
	color: #ff0000;
	padding-top: 12px;
}

.c3b{
	float: left;
	width: 249px;
    background-color:#f1e0a8;
    margin-top: 10px;
}

.c4{
	width: 249px;
	height: 300px;
	float: left;
	background-color:#f1e0a8;
	background-position:left;
	background-repeat:no-repeat;
	line-height:16px;
}

.color{
	color:rgb(219,41,21);
}

.despl{
	padding-left: 27px;
}

a.idi{
color: #ffffff;	
text-decoration: none;
}

/*FORMULARIO*/
form{
	padding: 0px;
	margin: 0px;
}
label{
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
input{
	width:160px;

}

input{
	color: #781351;
	border: 1px solid #781351
}

textarea {
	color: #781351;
	border: 1px solid #781351
}

.submit input{
	color: #000;
	background: #ffa20f;
	float:right;
	margin-right: 15px;
	width:50px;
	cursor: pointer;
} 

.vd{
	color: #3a9205;
}

.red{
	color: #ff0000;
}