body{
	background-color:#5aaa5a;
	text-align:center;
	margin:0px auto;
	padding:0px;
}

.contenedor{
	margin:0px auto;
	border:1px solid #bdbcbc;
	width:758px;
}

.cabecera{
	width:758px;
	border-bottom:1px solid #bdbcbc;
}

.menu{
	width:758px;
	background-color:#000;
	border-bottom:1px solid #bdbcbc;
}

.menu img{
	border:0px;
}

.logo{
	width:265px;
	float:left;
	margin-left:4px;
}

.secciones{
	width:400px;
	float:left;
	margin:14px 0px 4px 70px;
}

.contenido{
	width:728px;
	background-color:#C8F1C8;
	text-align:left;
	font:11px Verdana,Arial,Helvetica,Sans-serif;
	color:#000;
	padding:15px;
}

.contenido a{
	color:#c33;
	font-weight:bold;
}

.contenido a:hover{
	text-decoration:none;
}

.datos{
	font:14px Verdana,Arial,Helvetica,Sans-serif;
	color:#000;
	font-weight:bold;
	margin:0px 0px 0px 130px;
}

.flash{
	text-align:center;
	margin:15px 0px 0px 0px;
}

.footer{
	font:11px Verdana,Arial,Helvetica,Sans-serif;
	color:#fff;
	margin:7px 0px 7px 0px;
	padding-bottom:10px;
}

.footer a{
	color:#fff;
}

.footer a:hover{
	text-decoration:none;
}

/* ESTILOS PROPIOS DEL CONTENIDO: fotos --------------------------- */

.foto_left {
  	float: left;
  	background: url(../imagenes/shadowAlpha_green.png) no-repeat bottom right !important;
  	background: url(../imagenes/shadow_green.gif) no-repeat bottom right;
  	margin: 7px 10px 5px 5px !important;
  	margin: 7px 10px 5px 5px;
}

.foto_left img{
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #000;
	margin: -6px 6px 6px -6px;
	padding: 4px;
	/*height: 60px;*/
}

.foto_right {
  	float: right;
  	background: url(../imagenes/shadowAlpha_green.png) no-repeat bottom right !important;
  	background: url(../imagenes/shadow_green.gif) no-repeat bottom right;
  	margin: 10px 0px 10px 25px !important;
  	margin: 10px 0px 10px 25px;
}

.foto_right img{
	display: block;
  	position: relative;
  	background-color: #fff;
  	border: 1px solid #000;
  	margin: -6px 6px 6px -6px;
  	padding: 4px;
}

/* ESTILOS PROPIOS DEL CONTENIDO: Formularios --------------------------- */

.row {
  	clear: both;
  	padding-top: 5px;
  }
  
.concept {
	width: 200px;
  	float: left;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	margin-right: 5px;
  }
  
.form {
  	float: left;
	text-align: left;
  }
  
form {
	margin: 0px;
}

input, textarea {	
	font-size: 10px; color: #000; background-color: #fff; border: 1px solid #c33;
}

.input{
	width:350px;
}

select {
	font-size: 10px; color: #000; background-color: #fff; border: 1px solid #c33;
}

.mod_check {	
	background-color: transparent; border: 0px;
}

.mod_button {	
	font-size: 12px; font-weight: bold; color: #fff; background-color: #c33; border: 1px solid #000;
	cursor: pointer;
	width:60px;
	text-align:center;
} 

/* Listas */

ul li{
	padding:4px 0px 4px 0px;
}

/* Otros */

h1{
	display:inline;
}

h2{
	font-size:16px;
	text-decoration:underline;
	padding:7px 0px 7px 0px;
}

hr{
	color:#c33;
	background-color:#c33;
	height:1px;
	border:0px;
}

.cleaner{
	clear:both;
}

.color098609{
	color:#098609;
}

.color333{
	color:#333;
}

.border1{
	border:1px solid #000;
	text-align:center;
}

.acreditaciones{
	text-align:center;
}

.acreditaciones img{
	border:1px solid #000;
	margin:20px 15px 0px 0px;
}

.destacado{
	background-color:#eee;
	font-size:12px;
	border:1px dotted #c33;
	padding:10px;
	color:#c33;
	font-weight:bold;
}

.destacado2{
	font-size:12px;
	background-color:#fff;
	font-weight:bold;
	border:1px solid #333;
	color:#333;
	padding:4px 0px 4px 15px;
	width:245px;
}

.destacado3{
	background-color:#eee;
	font-size:12px;
	border:1px dotted #c33;
	padding:10px;
	color:#c33;
	font-weight:bold;
	width:400px;
}

.destacado4{
	background-color:#efe;
	font-size:11px;
	border:1px solid #000;
	padding:10px;
	color:#333;
	font-weight:bold;
	width:250px;
}

.destacado5{
	background-color:#000;
	font-size:11px;
	border:1px solid #fff;
	padding:5px 0px 5px 10px;
	color:#C8F1C8;
	margin:15px 0px 15px 0px;
}

.destacado5 a{
	color:#fff;
	text-decoration:none;
}

.destacado5 a:hover{
	color:#ccc;
}

.text_center{
	text-align:center;
}
