@charset "utf-8";
@import "submenu.css";
@import "menu.css";
@import "flags.css";
@import "banners.css";
@import "ficha_producto.css";
@import "carrito.css";
@import "paginacion.css";
@import "area-cliente.css";
@import "registro.css";
@import "contacto.css";
@import "cerrar_session.css";
@import "faq.css";
@import "checkout.css";


body {
    background-color:#FFCF05;
    background-image:url(../images/bg_mudial.png);
    background-repeat:no-repeat;
    background-position:top center;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
}
body.fr {
    background-color:#FFCF05;
    background-image:url(../images/bg_mundial_fr.png);
    background-repeat:no-repeat;
    background-position:top center;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
}

.newsletter_es {
    background-image:url("http://www.partyfiesta.es/images/newsletter_boda_es.png");
    height:250px;
    left:50%;
    margin-left:-484px;
    position:absolute;
    top:813px;
    width:482px;
    z-index:80;
}

.newsletter_fr {
    background-image:url("http://www.partyfiesta.es/images/newsletter_boda_fr.png");
    height:250px;
    left:50%;
    margin-left:-484px;
    position:absolute;
    top:821px;
    width:482px;
    z-index:80;
}

.separator {
    clear: both;
}
.separatorheight {
    clear: both;
    height: 50px;
}
.separatorline{
    clear: both;
    height: 1px;
    background-color: #49A2D9;
    margin: 10px 0;
}
.general {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.header{
    position:relative;
    z-index:100;
    height:90px;
}

.destacados {
    /*background-color: #eaeaea;*/
    padding: 0 7px;
    /*margin-top: 15px;*/
}
.destacados .centerdestacados {
    width:887px;
    height: 97px;
    background-image:url(../images/bg_desctacamos.png);
    padding-top: 35px;
}

.destacados .centerdestacados ul {
    /*padding-top: 35px;*/
    margin-top: 0px;
    margin-left: 15px;
}


.page {
    clear: both;
    /*background-color: #ffffff;*/
    padding-bottom:10px;
}

.page .content {
    background-color:#FFF;
}

.page .content.padding {
    padding: 10px;
}

.page .content.padding .content.padding{
    padding:0;
}

.page .flash {
    width: 880px;
    height: 248px;
    /*background-image: url(../images/flash.png);*/
}

.secciones {
    margin-top: 10px;
}

.cajas .box_big {
    width: 436px;
    float: left;
    margin-right: 8px;
}

.cajas .box2 {
    width: 214px;
    float: left;
}

.cajas .box .left_title_franquicias{
    width: 10px;
    height:40px;
    background-image: url(../images/titles.png);
    background-position: 0 -120px;
    float: left;
}

.cajas .box .center_title_franquicias{
    width: 194px;
    height:40px;
    background-image: url(../images/titles.png);
    background-position: 0 -160px;
    float: left;
}

.cajas .box .right_title_franquicias{
    width: 10px;
    height:40px;
    background-image: url(../images/titles.png);
    background-position: 0 -200px;
    float: left;
}

.cajas .box2 .left_title_centros{
    width: 10px;
    height:40px;
    background-image: url(../images/titles.png);
    background-position: 0 -240px;
    float: left;
}

.cajas .box2 .center_title_centros{
    width: 194px;
    height:40px;
    background-image: url(../images/titles.png);
    background-position: 0 -280px;
    float: left;
}

.cajas .box2 .right_title_centros{
    width: 10px;
    height:40px;
    background-image: url(../images/titles.png);
    background-position: 0 -320px;
    float: left;
}


.page .final_page {
    background-image:url(../images/bg_final_page.png);
    width: 900px;
    float: left;
    font-size: 1px;
    line-height: 1px;
    height: 10px;
}

.footer {
    padding: 20px 40px;
    width:820px;
    height: 105px;
    background-image:url(../images/bg_footer.png);
    margin-top: 20px;
    margin-bottom:10px;
}
.footer ul {
    float: left;
}
.footer ul li{
    color: #8f8f8f;
    font-size: 11px;
    height: 20px;
    width: 136px;
}
.footer ul li.first {
    color:#ffb200;
}

.footer ul li a,
.footer ul li a:visited{
    color: #8f8f8f;
    text-decoration:none;
}

.footer ul li a:hover{
    color:#333;
}

.extras {
    margin-bottom: 20px;
}

.extras ul {
    margin-left: 210px;
}

.extras ul li{
    float: left;
    margin: 0 10px;
}

.extras ul li a{
    float: left;
    color: #393939;
    font-size: 11px;
}
.extras ul li a.informacion{

}
.extras ul li a.politica{

}
.extras ul li a.disponibilidad{

}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    min-height:20px;
}
.info p, .success p, .warning p, .error p, .validation p{
    margin-bottom:5px;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
    font-size: 12px;
}

.divwarning .error{
    font-size: 12px;
    color: #9F6000;
    background-color: #FFFFFF;
    background-image: url('../images/warning.png');
}

.content .header {
    background-image:url(../images/bg_header_identidicacion.png);
    height:87px;
    width:880px;
}

.content .header h2 {
    color:#3892D4;
    font-size:30px;
    font-weight:normal;
    height:48px;
    line-height:48px;
    padding-left:30px;
}



.content .info-franquicia .header {
    background-image:url(../images/bg_header_franquicias.png);
    height:77px;
    width:880px;
}

.content .info-franquicia .header h2{
    color:#54D535;
    font-size:30px;
    font-weight:bold;
    height:auto;
    margin-top:15px;
    padding-left:5px;
}

.info-franquicia .left{
    float: left;
    margin-top: 20px;
}
.info-franquicia select {
    color: #8e8e8e;
    font-size: 12px;
    margin-left: 5px;

}

.info-franquicia ul{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.info-franquicia ul li{
    cursor: pointer;
    color: #8e8e8e;
    font-size: 12px;
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
    width: 250px;
}

.info-franquicia ul li .green{
    color: #00d50f;
}

.info-franquicia .left .separatorline{
    width: 268px;
    height: 2px;
    background-image: url(../images/separatorline.png);
}
.info-franquicia h2{
    color:#54d535;
    font-size:30px;
    padding-left:5px;
    margin-bottom:10px;
    float: left;
}
.info-franquicia h2.titlespecial{
    font-size:22px;
}

.info-franquicia .bio{
    float:left;
    background-image:url(../images/franquicias_bg.png);
    background-repeat:no-repeat;
    width:270px;
    height:571px;
    padding:10px;
    color:#FFF;
}

.info-franquicia .bio h3{
    font-size:18px;
    font-weight:bold;
    padding-top:3px;
    padding-bottom:10px;
}

.info-franquicia .bio .direccion{
    font-size:13px;
    line-height:20px;
    padding-left:10px;
    padding-bottom:10px;
}

.info-franquicia .bio .descripcion{
    font-size:13px;
    padding-left:10px;
}

.info-franquicia .contenido{
    float:left;
    width:580px;
    margin-left:10px;
    margin-top: 20px;
}

.info-franquicia .contenido h3{
    color:#54d535;
    font-size:18px;
    margin-top:10px;
    margin-bottom:4px;
}

.info-franquicia .contenido .mapa{
    border:1px solid #54d535;
    padding:5px;
}

.info-franquicia .contenido  ul li{
    float:left;
    width:256px;
    padding:5px 10px;
    text-align:right;
    margin-left:10px;
    font-size:14px;
    color:#54d535;
    background-color:#f4fbee;
    border:1px solid #54d535;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-bottomleft:5px;
    margin-bottom:10px;
}

.info-franquicia .contenido  ul li .icon{
    float:left;
}

.info-franquicia .contenido  ul li #phone{
    background-image:url(../images/franquicias_icons.png);
    width:16px;
    height:14px;
}

.info-franquicia .contenido  ul li #mail{
    background-image:url(../images/franquicias_icons.png);
    width:17px;
    height:14px;
    background-position:-22px 0;
}


.content .franquicias{
    padding:10px 20px;
}

.franquicias h1{
    color:#a23d9d;
    font-size:18px;
    border-bottom:2px solid #a23d9d;
    margin-bottom:20px;
}

.franquicias .contenido{
    color:#6a6a6a;
    font-size:13px;
    line-height:20px;
    padding-left:30px;
}

.franquicias .contenido p{
    margin-bottom:10px;
    padding-left:15px;
    font-size: 11px;
}

.franquicias h2{
    color:#a23d9d;
    margin-top:10px;
    font-size:14px;
    display:block;
    margin-top:30px;
    margin-bottom:10px;
}

.franquicias .contenido ul{
    padding-left:30px;
    padding-top:10px;
}

.franquicias .contenido ul li{
    list-style-type:disc;
}

.franquicias table{
    margin:10px auto;
    text-align:center;
}

.franquicias table td{
    padding:0px 10px;
    border:1px solid #a23d9d;
}
.franquicias table th{
    background-color:#dfaedd;
    border:1px solid #a23d9d;
    font-weight:bold;
    color:#323232;
    padding:0px 10px;
    text-align:right;
}

.franquicias table thead td{
    background-color:#a23d9d;
    font-weight:bold;
    color:#FFF;
}

.franquicias input[type=radio]{
    margin-left:15px;
    margin-right:0px;
    vertical-align:bottom;
    height:17px;
}

.franquicias input, 
.franquicias select{
    /*background-color:#FFC;*/
    border:none;
    border:1px solid #909090;
    color:#909090;
    /*margin:0 15px;*/
    height: 25px;
    padding-left:5px;
    padding-top:3px;
    font-family: "Trebuchet MS";
}

.franquicias input:hover, 
.franquicias select:hover{
    border:1px solid #a23d9d;
}

.franquicias .large{ 	width:300px;}
.franquicias .medium{	width:225px;}
.franquicias .little{	width:150px;}
.franquicias .extralittle{	width:50px; margin-left:10px;}

.franquicias ol{
    padding-left:30px;
    list-style-position:inside;
}
.franquicias ol li{
    margin-bottom:5px;
}


.franquicias .bigbutton {
    float:right;
}

.franquicias .bigbutton .left {
    background-image: url(../images/btn_big_fucsia.png);
    height:31px;
}		

.franquicias .bigbutton .middle {
    background-image: url(../images/btn_big_fucsia.png);
    height:31px;
}		

.franquicias .bigbutton .right {
    background-image: url(../images/btn_big_fucsia.png);
    height:31px;
}


.franquicias table.form1 {
    margin:0 0 0 0px;
    text-align: left;
}
.franquicias table.form1 th {
    color: #a23d9d;
    font-size: 11px;
}
.franquicias table.form1 td {
    color: #a7a7a7;
    height:40px;

}
.franquicias table.form1 th,
.franquicias table.form1 td {
    border: none;
    background: none;
    text-align: left;
    width:400px;
}

.content .empresa{
    padding:33px 20px;
}

.empresa h1{
    color:#990E12;
    font-size:18px;
    border-bottom:2px solid #990E12;
    margin-bottom:20px;
}

.empresa .contenido{
    color:#6a6a6a;
    font-size:12px;
    line-height:20px;
    padding-left:30px;
}

.empresa .contenido .contenido_left{
    width: 465px;
    float: left;
    margin-top: 15px;
}

.empresa .contenido .contenido_right{
    width: 355px;
    float: right;
    margin-top: 15px;
}

.empresa .contenido .imagen_right{
    width: 355px;
    float: right;
    margin-top: 22px;
}

.empresa .contenido table tr th{
    color: #D6141A;
    vertical-align: middle;
    border-bottom: solid #D6D6D6 1px;
    padding: 5px 0;
}

.empresa .contenido table tr td{
    color: #6A6A6A;
    border-bottom: solid #D6D6D6 1px;
    padding: 5px 0;
}

.empresa .contenido table tr td.last,
.empresa .contenido table tr th.last{
    border: none;
}

.empresa .contenido h3{
    background: url('../images/es/titulos_empresa.png');
    height: 27px;
    width: 250px;
    margin-bottom: 15px;
}

.empresa .contenido h3.fr{
    background: url('../images/fr/titulos_empresa.png');
    height: 27px;
    width: 250px;
    margin-bottom: 15px;
}

.empresa .contenido h3.en{
    background: url('../images/en/titulos_empresa.png');
    height: 27px;
    width: 250px;
    margin-bottom: 15px;
}

.empresa .contenido h3.pt{
    background: url('../images/pt/titulos_empresa.png');
    height: 27px;
    width: 250px;
    margin-bottom: 15px;
}

.empresa .contenido h3#cronologia{
    background-position: 0 0;
}

.empresa .contenido h3#misionYObjetivos{
    background-position: 0 -30px;
}

.empresa .contenido h3#informacionGeneral{
    background-position: 0 -57px;
}

.empresa .contenido h3#elEquipo{
    background-position: 0 -87px;
}

.empresa .contenido h3#elCliente{
    background-position: 0 -117px;
}

.empresa .contenido h3#modeloDeNegocio{
    background-position: 0 -150px;
}

.empresa .contenido p,
.empresa .contenido ul{
    margin-bottom:10px;
    padding-left:15px;
}

.empresa h2{
    color:#990E12;
    margin-top:10px;
    font-size:14px;
    display:block;
    margin-top:20px;
    margin-bottom:10px;
}
.aviso .empresa h1 {
    margin: 20px 0;
    color: #fa5458;
    border: none;
}
.aviso .empresa.condiciones h1 {
    border-bottom:1px solid #E0E0E0;
    color:#005B9E;
    margin-top:40px;
    padding:9px;
}
.aviso .empresa.condiciones .pedido_final h1 {
    border-bottom:1px solid #E0E0E0;
    color:#005B9E;
    padding:9px;
    margin-top: -10px;
}
.aviso .empresa.condiciones h2 {
    color: #72c2ff;
}
.aviso .empresa p {
    color: #858585;
    font-size: 12px;
    margin: 10px 0;
    line-height: 15px;
}
.aviso .empresa p strong {
    color: #005b9e;
}
.aviso .empresa.condiciones li {
    color: #858585;
    font-size: 12px;
    margin: 10px 20px;
    line-height: 15px;
    list-style: decimal;
}

.aviso .empresa.condiciones li ul li{
    list-style: disc;
}

.aviso .empresa.condiciones li strong{
    color: #005B9E;

}

.aviso .empresa.condiciones li ul li strong{
    color: #005B9E;
}


.rrhh .parte1 {
    width: 484px;
    float: left;
}

.rrhh img.fotografia {
    float: right;
    margin-top: 50px;
}

.rrhh .enviar_formulario{
    padding: 0;
    border: none;
    width: 168px;
    height: 44px;
    float: right;
    background: url("../images/btn_enviar_formulario.png");
}

.rrhh .enviar_formulario:hover{
    background-position: 0 -44px;
}

.parte1 #queofrecemos {
    height:30px;
    width:171px;
    background-image: url(../images/queofrecemos.png);
    display: block;
}

.parte1 #uneteanosotros {
    height:29px;
    width:180px;
    background-image: url(../images/uneteanosotros.png);
    display: block;
}

.parte1 #nuestrasofertasdetrabajo {
    height:30px;
    width:285px;
    background-image: url(../images/nuestrasofertasdetrabajo.png);
    display: block;
}

.parte1 ul li,
.parte1 p {
    font-size: 12px;
    color: #6a6a6a;
    font-weight: bold;
}

.parte1 ul  {
    margin-left: 30px;
}
.parte1 ul li {
    list-style-image: url(../images/circle_list_rrhh.png);
}

.parte1 .titulo {
    margin: 15px 0px;
}

.parte1 table th {
    color: #d6141a;
    font-size: 12px;
    text-align: left;
    padding-right: 10px;
    padding-top: 20px;
}

.parte1 table td .inputrrhh {
    border: 1px solid #c2c2c2;
    background: none;
    width: 305px;
    height: 28px;
}

.parte1 table td .inputrrhh_mini {
    border: 1px solid #c2c2c2;
    background: none;
    width: 145px;
    height: 28px;
    float: left;
}

.parte1 table td .inputrrhh_big {
    border: 1px solid #c2c2c2;
    background: none;
    width: 455px;
    height: 28px;
}

.parte1 table td .fecha_nacimiento {
    color: #adadad;
    font-size: 12px;
    float: left;
}

.parte1 table tr.final td {
    padding-top: 10px;
}

.parte1 table td.explicacion_obligatoria {
    color: #adadad;
    font-size: 12px;
}

#irAPagina {
    width: 24px;
    padding: 0;
}

div.fileinputs {
    position: relative;
}

div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

input.file {
    position: relative;
    text-align: right;
    -moz-opacity:0 ;
    filter: alpha(opacity:0);
    opacity: 0;
    z-index: 2;
    width: 455px;
    height: 28px;
}

.fakefile input.text{
    border: none;
    padding: 0;
    border: 1px solid #c2c2c2;
    border-right: none;
    background: none;
    width: 380px;
    height: 28px;
    float: left;
}

.fakefile input.button{
    border: none;
    padding: 0;
    border: 1px solid #c2c2c2;
    border-left: none;
    background: none;
    width: 75px;
    height: 28px;
    float: left;
    text-align: right;
    padding-right: 10px;
    color: #EA961E;
    font-size: 12px;
}

.aviso .empresa.condiciones {
    width: 600px;
}

.aviso .empresa.condiciones h1 {
    border-bottom:1px solid #E0E0E0;
    color:#005B9E;
    margin-top:40px;
    padding:9px;
}
.aviso .empresa.condiciones h2 {
    color: #72c2ff;
}

.banners-tienda {
    display:block;
    float:left;
    margin-left:4px;
    margin-top: 5px;

}
.banners-tienda .seccion1 {
    width: 434px;
    height: 250px;
    background-image: url(../images/1mini.png);
    float: left;
    margin-bottom: 10px;
}
.banners-tienda .seccion2 {
    width: 220px;
    height: 250px;
    background-image: url(../images/2mini.png);
    float: left;
    margin-bottom: 10px;
}
.banners-tienda .seccion3 {
    width: 220px;
    height: 250px;
    background-image: url(../images/3mini.png);
    float: left;
    margin-bottom: 10px;
}
.banner-tienda{
    width: 440px;
    float: left;
    position: relative;
    height: 261px;
}

.banner-tienda img{
    position: absolute;
    top: 125px;
}

.banner-tienda .flash{
    width: 426px;
    height: 138px;
    margin: 7px;
}

.banner-tienda ul{
    width: 427px;
    margin: 14px 0 0 6px;
}

.banner-tienda ul li{
    margin: 8px 0 0 17px;
    width: 125px;
    float: left;
    font-size: 12px;
}

.banner-tienda a {
    color: #FFFFFF;
}
.cajaperiodo {
    float: left;
    margin-top: 30px;
}
p.periodoentrega {
    color:#858585;
    font-size:12px;
    line-height:15px;
    margin:10px 0;
}
p.periodoentrega strong {
    color:#3892D4;
}
p.periodoentrega a{
    color:#3892D4;
    text-decoration: underline;
}

#frm_activar_usuario,
#frm_activar_empresa {
    width: 126px;
    height: 35px;
    background-image: url(../images/btns_form_registro.png);
    float: left;
    margin-bottom: 10px;
    cursor: pointer;
}

#frm_activar_empresa {
    margin-left: 10px;
    background-position: -126px 0;
}

#frm_activar_usuario:hover,
#frm_activar_usuario.selected {
    background-position: 0 -35px;
}

#frm_activar_empresa:hover,
#frm_activar_empresa.selected {
    background-position: -126px -35px;
}
