﻿/* Elementos comunes generales */

img {border:none}
.divrel {position:relative; width:100%; height:auto}
.divreltxt {position:relative; width:100%; height:auto; margin-bottom:10px}
.divreltxt2 {position:relative; width:100%; height:auto}
.divreltxt p, .divreltxt2 p {padding:10px 20px 10px 20px}
.divreltxt2 p {padding:5px 20px 5px 20px}
.divimg {position:relative; width:auto; height:auto; padding:10px 20px 0px 20px}


/* Cabecera */
#logo {position:absolute; top:50px; left:40px;}
#telefono {position:absolute; top:55px; right:60px}

/* Cuerpo */

/* Pie */

#mnupie {position:absolute; top:15px; right:60px}

/* Columna Izquierda */
.pnlizq {position:relative; width:250px; height:auto; padding:0 50px 0 50px; margin-top:50px}
.pnlizq_cab {position:relative; width:250px; height:5px;  background:url(img/panel_gris_peq_sup.gif) no-repeat; font-size:1px; margin-top: -5px}
.pnlizq_cont {position:relative; width:250px; height:auto;  background:url(img/panel_gris_peq_pix.gif) repeat-y; padding-bottom:10px; padding-top:3px}
.pnlizq_pie {position:relative; width:250px; height:5px;  background:url(img/panel_gris_peq_inf.gif) no-repeat; font-size:1px; margin-top:-4px; margin-bottom:50px}

/* Obra Nueva */

/* Columna Derecha */
.pnlder_cab {position:relative; width:530px; height:10px; background:url(img/panel_gris_sup.gif) no-repeat; font-size:1px; margin-top: -10px;}
.pnlder_cont {position:relative; width:530px; height:auto; min-height:165px; background:url(img/panel_gris_pix.gif) repeat-y}
.pnlder_cont2 {position:relative; width:510px; height:auto;  background:url(img/panel_gris_pix.gif) repeat-y; padding:10px; padding-bottom:20px}
.pnlder_pie {position:relative; width:530px; height:10px; background:url(img/panel_gris_inf.gif) no-repeat; font-size:1px; margin-top: -10px; margin-bottom:50px}

/* Promociones */

.fondocelda {position:absolute; background-color:#B91E3D ;text-align:center}
.fondoceldatrans {position:absolute}  
.fondoceldatrans p,   .fondocelda p {font-size:11px; text-align:center}
.fondocelda p {color:#666666}