﻿body, form
{
    padding:0px 0px 0px 0px;
    margin:0px;
    max-width:1024px;
}

body
{

    font-family: sans-serif, Arial, Helvetica;
    background: white;
    margin: auto;
}


a
{
    color: #000080;
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
    color: #808080;
}


blockquote { 
    background:#f1f1f1; 
    border-left:2px solid #000080; 
    color:#444; 
    display:block; 
    font-style:oblique; 
    line-height:20px; 
    margin:0 0 0 10px; 
    padding:0 0 0 10px; 
    }




/***** master *****/


#Titular
{
    width:100%;
    float:left;
}



.SubMenuItem
{
    font-size:medium;
    font-weight:bold;
    background-color:#dadada;

}


#Cuerpo{
    float:left;
    width:100%;
}


#ColPral
{

}

#Pie
{
    background-color: #f1f1f1;
    width: 100%;
    float: left;
    font-size: medium;
    color:  #808080;
    border-style: solid none solid none; 
    border-width: 1px; 
    border-color: gainsboro;
        
}



#Pie ul
{
    list-style-type: none;
    padding: 5px;
    margin: 0px;   
}

#Pie li{
    padding: 0px 0px 10px 0px;
}

#Pie h1
{
    color: #383d45;
    font-weight: bold;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    font-size: 120%;
    
}


#Pie a
{
    color: #808080;
}


#Pie a:hover
{
    color: #444;
}



#Bottom
{
    background-color: #e1e1e1;
    color: #FFFFFF;
    width: 100%;
    float: left;
    font-size: small;
    padding-top: 5px;
}
#Bottom a 
{  
    color: #808080;
}

#Bottom a:hover 
{  
    color: #444;
}


.miTabla
{
    margin:5px;
    width:99%;
}


.miTabla td
{
    padding:8px;
}

.miTabla tr:nth-child(odd) {
   background-color: #DDD;
   color:#777
}

.miTabla tr:nth-child(even) {
   background-color: #666;
   color:#FFF;
}

.miTabla .textRight{
    text-align:right;
    width:80px;   
}


/*Class genericos*/

.formLayout{
    max-width:1300px;
    margin:auto;
}

.floatLeft
{
    float:left
}

.textRight{
    text-align:right
}

.Titulo
{
    margin-bottom: 4px; 
    background-color: antiquewhite; 
    width: 100%; padding-left: 10px;
    float:left;
    

}

.SubTit 
{
margin-bottom: 4px; background-color: antiquewhite; width: 100%; 
padding-left: 10px; padding-right:10px; margin-right:10px;

}


.tablePubli {
    text-align: center;
    padding: 5px 10px 5px 10px;
    width:300px; 
    float:left;
  
}

.tablePubli h1{
    margin:0px;
    background-color:antiquewhite
}

.tablePubli h2{
    margin:0px;
    background-color: #f7f2eb; 
    color: #373737;
}




.tableNumeros{
    border-collapse:collapse;
    height:170px;
    margin-top:5px;
    margin-bottom: 5px;
}


.tableNum {
    background-color:black; 
    color:white; 
    padding-left:15px; 
    padding-right:15px;
    border:1px solid gray;

}

.tableTxt {
    border:1px solid gray;
    padding-left:2px;
    padding-right:2px;
    width:145px;
    text-align:center;
    background-color: #f7f2eb;
}


.tablePrecios {
    width: 333px; 
    height:100%;  
    padding: 0px;
    margin:0px 8px 8px 0px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 0px rgba(50, 50, 50, 0.3);
    background-color: #333333;
    background-color: rgba(0, 0, 0, 0.75);
}

.tablePrecios :hover{
    /*background-color: red;*/
    background-color: rgba(0, 0, 0, 0.90);
        border-radius: 5px;
}


.tablePreciosDiv{
    padding:0px 5px 15px 10px;
}


.tablePrecios a {
    color: white;
    
}

.tablePrecios a:hover, a:focus {
    cursor:pointer;
    color: #565151;

}
.tablePrecios p {

    color: white;
    font-size:medium;
    margin:5px;
}

.tablePrecios h1 {
    color: white;
    padding-top: 10px;
    margin:0px 0px 5px 0px;
}


.tablePrecios h4 {
    color: #b0b0b0;
    font-size:x-large;
    margin:15px 0px 15px 0px;
}



.tableP {
    width: 333px; 
    height:100%;  
    padding: 0px;
    margin:0px 8px 8px 0px;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 0px rgba(50, 50, 50, 0.3);
    background-color: red;
    background-color: rgba(255, 0, 0, 0.85);
}

.tableP :hover{
    /*background-color: red;*/
    background-color: rgba(255, 0, 0, 0.90);
    border-radius: 5px;

}


.tablePDiv{
    padding:0px 5px 15px 10px;
}


.tableP a {
    color: white;
    
}

.tableP a:hover, a:focus {
    cursor:pointer;
    color: #f8b6b6;

}
.tableP p {
    color: #b0b0b0;
    font-size:medium;
}

.tableP h4 {
    color: #ffeaea;
    font-size: x-large;
    margin:0px 0px 5px 0px;
}


.CajaAzul
{
    width: 220px;
    height: 138px;
    background-color:midnightblue;
    padding: 15px;
    margin:3px;
    color: #FFFFFF;
    float:left;        
}

.CajaAzul h1
{ margin-top:0px;}

.CajaAzul a
{
    color: white;     
}

.CajaAzul a:hover
{
    color:#f1f1f1;     
}

.CajaRoja
{
    width: 220px;
    height:138px;
    background-color:Red;
    padding: 15px;
    margin:3px;
    color: #FFFFFF;
    float:left;        
}

.CajaRoja h1
{
    margin-top:0px;
}
.CajaRoja a
{
    color: white;     
}

.CajaRoja a:hover
{
    color:#f1f1f1;     
}

.CajaLila
{
    width: 220px;
    height: 138px;
    background-color:rebeccapurple;
    padding: 15px;
    margin:3px;
    color: #FFFFFF;
    float:left;        
}
.CajaLila h1{
    margin-top:0px;
}

.CajaLila a
{
    color: white;     
}

.CajaLila a:hover
{
    color:#f1f1f1;     
}

.CajaLila h1
{font-size:x-large;

}

.CajaNegra
{
    width: 220px;
    height: 138px;
    background-color:black;
    padding: 15px;
    margin:3px;
    color: #FFFFFF;
    float:left;        
}

.CajaNegra h1{
    margin-top:0px;
}

.CajaNegra a
{
    color: white;     
}

.CajaNegra a:hover
{
    color:#f1f1f1;     
}


.CajaVerde
{
    width: 220px;
    height: 138px;
    background-color:green;
    padding: 15px;
    margin:3px;
    color: #FFFFFF;
    float:left;        
}

.CajaVerde h1 {
    margin-top:0px;
}

.CajaVerde a
{
    color: white;     
}

.CajaVerde a:hover
{
    color:#f1f1f1;     
}



.tableBordeBlue
{
    border-collapse:collapse
}


.tableBordeBlue td
{
    border-bottom: 1px solid #000080; 
    border-top: 1px solid #000080;   
}

.tableBordeBlue h2
{
    color: #444;
    font-size: 110%;
    font-weight: normal;
    line-height: 25px;
    padding: 0px 0px 0px 10%;
}

.tableBordeBlue ul
{
padding:0px;
margin:0px
}


.tableBordeBlue li
{
    line-height:130%;
    }



.tableBlue 
{
     border: 1px solid #ddf7fc;
     margin-bottom:10px;
     width:300px;
     float:left;
}

.tableBlue p
{
    font-size:105%;
}
.tableBlue td
{
    /*border-bottom: 1px solid #000080; 
    border-top: 1px solid #000080;*/
   background-color:#dff4fb ;
   padding: 10px;
   width:300px;
}


.tableGreen
{
     border: 1px solid #b9f19f;
     margin-bottom:10px;
}

.tableGreen p
{
    font-size:105%;
}
.tableGreen td
{
    background-color:#d9ffce;
    padding: 10px;
}



/* RESPONSIVE */

.respimage , 
.respimage .dxiz-wrapper img,
.respimage .dxiz-wrapper dxiz-lens
{
    max-width: 100%;
    height: auto;
}

.respimageH , 
.respimageH .dxiz-wrapper img,
.respimageH .dxiz-wrapper dxiz-lens
{
    width: 100%;
    height: auto;
}


.DivBlancoFloat200
{
    width:200px;
    height:100px;
    float:left;
}


.Left100mw
    {border:1px solid silver;
     float:left;
     width:100%;
     margin-top: 5px;
     margin-bottom: 5px;
    padding-right:5px;
    padding-left:10px;
    }

.Left500px
    {float:left;
     width:500px;
     padding-left:5px;
     margin-top:5px;
     margin-left:5px;   
    }

.Popup{
    Min-width: 500px;
    min-height: 500px;
    background-color:blue;
}

.BlockLeftUl
{
  width:90%;
}

.BlockLeftUl ul{
    display: block; float: left; margin: 10px 15px 5px 25px; 
}


.tableBordeBlue td
{
    border-bottom: 1px solid #000080; 
    border-top: 1px solid #000080;
    min-width:50px

}


@media (max-width:768px) {

.DivBlancoFloat200
{
    width:70px;
}



.tablePrecios {
    width: 245px;
}

.tableP {
    width: 245px;
}

    .Left500px
    {
     width:250px;
    }

    .respimageH , 
    .respimageH .dxiz-wrapper img,
    .respimageH .dxiz-wrapper dxiz-lens
{
    min-width: 250px;
    height: auto;
}
   .Popup
   {Min-width: 500px;
    min-height: 500px;} 


.tableBordeBlue H2
{
    font-size: 80%;
    padding: 0px 0px 0px 5px;
      }

}

.tableBlue
{margin-left:5px}

@media (max-width:480px)
{
    body {padding:0px 10px 0px 10px}

.DivBlancoFloat200
{
    width:2px;
}

    .tablePrecios {
    width: 300px;
}
    .tableP {
    width: 300px;
}

    /*.Left100mw {border:1px solid silver;
     float:left;
     width:100%;
     margin-top: 5px;
     margin-bottom: 5px;
     }*/

    .Left500px
    {
     width:315px;
    }

       .Popup
   {Min-width: 300px;
    min-height: 400px;} 

    .respimageH , 
    .respimageH .dxiz-wrapper img,
    .respimageH .dxiz-wrapper dxiz-lens
{
    min-width: 250px;
    height: auto;
}
    
}