/* CSS Document */

html{
font-size: 14px;
font-family: 'Lato', sans-serif;
}
body{
font-family: 'Lato', sans-serif;
font-size:14px;
}
p{
font-size:1rem;
font-family: 'Lato', sans-serif;
}
 
label{
font-family: 'Lato', sans-serif;
}

h1{
font-size: 2rem;

}

h2{
font-size: 1.5rem; 
}

.botonInscripcion{
width:100%;
    font-size: 1.2rem;
}

.error{
color:#CC0000;
display: none;
font-size: 0.9rem;
}

.bordeRojo{
border: 1px solid #CC0000;

}

.message{
font-size: 1.2rem;
}

.contactdata{

}

.dato{
color:#000;
}

.wrap h2{
border-bottom: 1px solid #BFBFBF;
}


.condiciones {
    overflow-y: scroll;
    height: 200px;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 1rem;
}

.loginLogo{
max-width: 200px; margin-bottom: 15px;
} 

.itemHistoria{
    float:left;
    margin-left: 15px;
    margin-bottom: 25px;
    min-width: 15%;
    background-image: url("../images/f.png");
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 25px;
}

.itemHistoria h4{
    font-size:1.2rem;
    margin-bottom: 2px;
    padding-bottom: 0;
}

.itemHistoria a{
    margin:0;
    padding: 0;
}


.itemHistoria span{
    font-size:0.8rem;
}

.cursor{
    cursor: pointer;
}


.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #979797;
    border-color: #979797;
}

.verde{
    color:'#CC0000'
}

.filaAviso{
	display: none;	
}

.cuadroAviso{
	color:#000;
	background-color: #CC7C7D;
	padding: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}

.cuadroAviso a{
	color:blue;
	text-decoration: underline;
	
}

.prompt{
	margin-top: 5px;
	border: 1px #595959 solid;
	padding: 1rem;
	display: none;
}

.promptUpgrade{
	margin-top: 0;
	display: none;
}


#noAcepto{
	text-align: center;
	/*background-color: #FFFFFF;*/
	color:#000000;
}

#noAcepto:hover{
	background-color: #bb2d3b;
}

#siAcepto{
	text-align: center;
	color:#000;
}

#replacement{
	color:#000;
}

.txtHerramienta{
	display: block;
	text-align: center;
	border: solid 2px #000;
	padding: 5px;
	font-size: 1.2rem;
}

.iconoCesta {
    float: right;
    position: relative;
	display:none;
}

.iconoCesta img {
    width: 35px;
    height: auto;
}

.nArticulos {
    background: #CC0000;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 30px;
    top: 0;
    width: 35px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
}

.cart-item {
    padding: 15px;
    border-bottom: 1px solid #cccccc;
}

.selectAll{
	color:blue;
	cursor: pointer;
}
.selectAll:hover{
	color:#CCCCCC;
}

.avisoAceptado{
	color:#CC0000;
	font-size: 1.4rem;
	font-weight: 700;
}
