/* Plantilla Comun */

a, img {
    border: none;
    text-decoration: none;
    color: #5d0101;
}

body {
    background: url('../img/degradado2.jpg') repeat-x #9b302d;
    margin: 0 auto;
    font-family: Tahoma, Helvetica, Arial;
    width: 1000px;
}


body#idioma {
    background: #9b302d url('../img/degradado3.jpg') repeat-x;
}

body#idioma div.idiomas {
	background: url('../img/central.jpg') no-repeat center top;
	margin-top: 98px;
	min-width: 446px;
	padding-top: 155px;
	min-height: 190px;
	text-align: center;
}

#contenedor_todo {    
    width: 814px;
    background: url('../img/cuerpo_down.jpg') repeat-y;
    margin-left:93px;
}

#cabecera_papel {
    background: url('../img/cuerpo_up.jpg') no-repeat top;    
}

.cuerpo {
    padding: 0 30px 50px 30px;
}

#pie {
    background: url('../img/pie.jpg') no-repeat bottom;
}

#cabecera {
    width: 1000px;
    height: 180px;
    background: url('../img/cabecera.jpg') no-repeat;
}

div#idiomas {
    float:right;
    margin: 20px 97px 50px 0pt;
    font-size: 10px;
    color: #5d0101;
}

span#idioma {
    color: #cf826e;
}

p {
    color: #6d4e21;
    font-size: 10px;
    line-height:15px;
}


/* Pagina de selección de idioma */


body.inicio {
    background: url('../img/degradado.jpg') repeat-x #9b302d;
}

div.logo {
    margin: 102px auto;
    height: 324px;
    width: 408px;
    background: url('../img/fondo_inicio.jpg') no-repeat;
    padding-top: 150px;
    text-align: center;
}

span.contenedor_idioma {
    margin-top: 150px;
}


/* Pagina de inicio */


div.low_img {
    min-height: 115px;
}

div.contenedor_inf, div.contenedor_infLast {
    width: 155px;
    float: left;
    text-align: center;
    padding: 0pt 15px;
    background:transparent url(../img/linea_vertical.gif) no-repeat scroll right 0%;
}

div.contenedor_inf p.texto,
div.contenedor_infLast p.texto {
	height: 60px;
}

div.contenedor_infLast {
    background: none;
}

div.cuerpo#bienvenidos {
    min-height: 680px;
}

p#inicio_txt.texto {
    width: 173px;
}


/* El riad */


div.cuerpo#elriad {
    padding: 0pt 40px 50px 40px;
    height: 715px;
}

div.titulo_riad {
    float: left;
    width: 510px;
    margin: 30px 0;
    background:transparent url(../img/linea_vertical_corta.gif) no-repeat scroll right 0%;
    padding-right: 15px;
}

div.enlaces_riad {
    margin: 30px 0;
    padding-left: 555px;
    line-height: 10px;
}

#elriad p#txt {
    line-height: 20px;
    margin-top: 15px;
}

#elriad p {
    margin: 0;
}

#elriad a{
    color: #6d4e21;
    text-decoration: underline;
    font-size: 10px;
}


/* Precios */


div#precios.cuerpo {
    min-height: 500px;
    padding: 5px 0pt 0pt 40px;
    background: transparent url(../img/fondo_precios.jpg) no-repeat scroll 211px 46px
}

#precios p.texto {
    line-height: 20px;
    padding: 10px 0;
    width: 510px;
}

#precios ul {
    padding: 15px 0;
}

li {
    line-height: 20px;
    list-style: none;
    text-indent: -38px;
}

#precios table {
    font-size: 10px;
    text-align: center;
    border-collapse: collapse;
    margin-top: 20px;
}

#precios th {
    color: #6d4e21;
    font-weight: bold;
}

#precios td, #precios th {
    padding: 5px;
    border: 1px solid;
}


/* Contacto */


div.cuerpo#contacto {
	height: 496px;
    background: transparent url(../img/fondo_contacto.jpg) no-repeat scroll 397px 50px;
}

div.cuerpo_contacto img {
    margin-bottom: 15px;
}

div.formulario {
    width: 468px;
    float: left;
    min-height: 450px;
    padding-right: 20px;
    background: url('../img/linea_vertical_larga.gif') no-repeat right transparent;
}

#contacto p.texto {
    line-height: 20px;
}

#contacto table {
    width: 100%;
}

#contacto input.dias, #contacto select.dias {
    width: 65px;
}

#contacto select#motivos {
    width: 438px;
}

#contacto input, #contacto textarea, #contacto select {
    background-color: #eecb97;
    border: 1px solid #6d4e21;
}
#contacto input {
    width: 203px;
}
#contacto textarea {
    width: 436px;
    height: 100px;
}

#contacto .direccion {
    margin-left: 20px;
    float: left;
    width: 245px; 
}

#contacto img#enviar {
    margin: 20px 0 0 345px;
}


/* Mensaje enviado */


div#mensaje {
    height: 500px;
}