body {
    background: #353d4e;
    margin: 5px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

h1 {
    font-weight: normal;
    font-size: 32px;
    color: #2040FF;
}
h3 {
    color: #208020;
}

#contenedor {
    width: 1000px;
    margin: 0px auto;
    background: white;
}

#cabecera {
    background: url('../imgs/cabecera.jpg');
    height: 158px;
    padding: 20px;
}

#contenido {
    width: 790px;
    margin-left: 200px;
    padding: 0px 5px;

}

#pie {
    background: url('../imgs/pie.jpg');

    padding-top: 110px;
    height: 74px;
    text-align: right;
    color: #777;
    font-size: 10px;
    
    clear: both;
}
#pie .paperclip {
    float: right;
}

#pie a {
    color: #666;
}

a img {
    border: none;
}

.stronger {
    color: red;
    font-weight: bold;
}

/* 
 *   PLANES! 
 */
table.planes {
    width: 100%; 
}

table.planes td {
    border: 1px solid #DDD;
    background: #FEFEFE;
    font-size: 10px;
    text-align: center;
    padding: 5px;
    margin: 4px;
    border-radius: 5px;
    -moz-border-radius: 5px;
	width: 33%;
}

table.planes .hos_espacio {
    color: #7090D0;
    font-weight: bold;
    font-size: 11px;
}
table.planes .hos_transferencia {
    color: #80A0FF;
    font-weight: bold;
    font-size: 12px;
}
table.planes .hos_precio {
    color: #FF8040;
    font-weight: bold;
    font-size: 14px;
}
table.planes .hos_accion {
    padding: 5px;
    margin-top: 5px;
    background: #F0F0F0;
    font-size: 12px;
}
table.planes .hos_plan {
    color: red;
    font-weight: bold;
    font-size: 14px;
}

table.planes .hos_accion:hover {
    background: #DDD;
}


#lateral-izq {
    float: left;
    margin-left: 5px;
    width: 195px;
}
#lateral-der {
    float: right;
    width: 195px;
}

#central {
    width: 590px;
}


div.contenedor_lateral {
    border: 1px solid #DDD;
    font-size: 10px; 
    padding: 5px;
    margin: 2px 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
div.dominio {
    text-align: center;
    background: #F8F8E0;
}

div.info {
    background: #FFE0A0;
    border: 1px solid #ED6;
}

div.nocompat {
    background: #FAA;
}

.dominio .descr {
}

.dominio .preci  {
   font-weight: bold;
   color: red;
   font-size: 14px;
}


ul {
    padding-left: 20px;
}

/*
  Menu lateral
*/

div.enlace {
    font-size: 10px;
    border-bottom: 1px solid #EEE;
    margin: 0px 5px;
    
    padding: 10px;
    cursor: pointer;    

    text-align: center;
}
div.enlace a {
    text-decoration: none;
    color: blue;
}
div.enlace:hover {
    background: #EEE;
}

div.banner {
    margin: 10px;
    text-align: center;
    font-size: 12px;
}

/*
 *   PLANES JUVENILES
 */
 
div.pj_floro {
    font-style: italic;
    text-align: center;
    padding: 10px;
}

/* Planes juveniles */
table.pj {
    width: 100%;
}

table.pj td.pj_banner {
    margin: 20px;
}

td.pj_td {
    background: #A01010;
    vertical-align: top;
}

div.pj_precio {
	background: #FFF0A0;
	margin: 18px;
	color: black;
	padding: 10px;
	text-align: center;
	-moz-border-radius: 10px;
	font-size: 15px;
}
div.pj_precio_numero {
	font-size: 20px;
	font-weight: bold;
}

div.pj_precio_tag {
	font-size: 12px;
} 


/*
 *
 * VARIOS
 *
 */
div.floro {

    margin: 0px auto;
    font-size: 16px;
    font-style: italic;


    background: url('../imgs/titular.jpg');
    
    padding-left: 20px;
    width: 774px;
    padding-top: 58px;
    height: 32px;
}

#browser_no_compat {
    display: none;
}

.contenedor_generico {
    border: 1px solid #DDD;
    padding: 5px;
    margin: 2px 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.contenedor_generico .titulo {
    color: #FF8040;
    font-size: 18px;
}
.contenedor_generico .descr {
    padding-left: 20px;
}
 
.resaltado  {
    padding: 10px; 
    margin: 5px 0px; 
    background: #FFFFE0
}

.nota {
    font-size: 12px;
}

div.error {
    color: red;
}
div.error:before {
    content: "ERROR: ";
    font-weight: bold;
}

table.carrito {
    border: 1px solid #EEE;
    width: 90%;
    margin: 0px auto;
    font-size: 12px;
    font-family: monospace;
    border-collapse: collapse;
}

table.carrito td {
    vertical-align: top;
}

table.carrito tr.impar {
    background: #F8F8F8;
}

div.carrito_lateral {
    text-align: center;
    padding: 5px;
    margin: 10px 0px;
    background: #EEE;
}
div.carrito_lateral img {
    vertical-align: middle;
}
div.carrito_lateral a {
    text-decoration: none;
    color: red;
}

/* 
 *
 *  Estilo s
 *
 */
 
button.is_button {
    padding: 10px;
    background: #FFFF80;
    color: black;

    -moz-border-radius: 10px;
    border-radius: 10px;
}

button.is_button:hover {
    background: #FFE090;
}

button.is_checkout {
    background: #FFA080;
}
button.is_checkout:hover {
    background: #FFE0A0;
}
