﻿
ul{

margin: 0;
padding: 0;
list-style-type: none;



}


.etiqueta {
    font-family: Arial;

    color: #ffffff;
    text-decoration: none;
}

.error {
    font-family: Arial;
    font-size: 10pt;
    color: #d52e2e;
    text-decoration: none;
}

.texto {
    font-family: Arial;
    font-size: 10pt;
    color: #00539B;
    border-radius: 4px; /*border: none;*/
    border: 1px solid #5091cd;
    overflow: hidden;
    width: 207px; 
height:20px;

    }

.texto:focus {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 2px solid #00A160;
}

.btn {
    background-color: #5091cd !important;
    font-family: Arial;
    font-size: 10pt;
    color: #fff;
    border-radius: 7px !important;
    border: 1px solid #5091cd;  
height:27px;  
}

.btn:hover {
    background-color: #00A160 !important;    
    color: #fff;
    border: 1px solid #00A160;
}

.dpd {
    font-family: Arial;
    font-size: 10pt;
    color: #00539B;
    border-radius: 4px;
    border: 1px solid #5091cd;
    width: 140px; /*207px*/
}

.dpd:focus {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 2px solid #00A160;
    /*background-color: #ffffff;*/
}



/*TERMINA IE8*/


@media (min-width: 0px){


.texto {
    
    width: 155px;
    
    
}


.etiqueta,
.upload,
.error,
.texto,
.btn,
.dpd,
#ms-rteThemeForeColor-10-4,
#ms-rteThemeForeColor-1-0{


    font-size:10px !important;


}

}


@media (min-width: 480px){


.texto {
    
    width: 272px;
   
    
}


.etiqueta,
.upload,
.error,
.texto,
.btn,
.dpd,
#ms-rteThemeForeColor-10-4,
#ms-rteThemeForeColor-1-0{


    font-size:12px !important;


}





}


@media (min-width: 720px){


.texto {
    
    width: 495px;
   
    
}


.etiqueta,
.error,
.upload,
.texto,
.btn,
.dpd,
#ms-rteThemeForeColor-10-4,
#ms-rteThemeForeColor-1-0{


    font-size:12px;


}




}

@media (min-width: 960px){


.texto {
    
    width: 505px;
   
    
}


.etiqueta,
.error,
.upload,
.texto,
.btn,
.dpd,
#ms-rteThemeForeColor-10-4,
#ms-rteThemeForeColor-1-0{


    font-size:12px;


}



}







