b {
    font-weight: bold;
}

em {
    font-style: italic;
}

html {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #f2f2f2;
}

.cabecera {
    width: 100%;
    /*background: url("../media/images/bgHeader.jpg") repeat-x;*/
    background: #fff;
    height: 142px;
}

.cabecera .logotipo {
    width: 940px;
    margin: 0 auto;
    left: -40px;
    text-align: left;
}

.general {
    width: 940px;
    padding: 20px 0;
    margin: 0 auto;
    background: #f2f2f2;
}

h1 {
    color: #ff3936;
    font-size: 24px;
    font-family: "Lucida Grande";
    margin: 0 0 20px 0;
}

.welcome {
    background: url("../media/images/bgSlogan.gif") no-repeat;
    height: 85px;
    width: 940px;
    padding: 10px;
}

.welcome p {
    font-size: 22px;
    color: #666;
    line-height: 32px;
}

.welcome p span, .txt span.blue {
    color: #ff3936;
}

.enlace-cabecera{
    padding: 5px;
    display: flex;    
    flex-direction: row;    
    justify-content: center;
}

.logo-rayo{
    width: 45%;
}

.logo-conference{
    height: auto; 
    width: 7%; 
    display: flex;
}

.welcome2 {
    height: 85px;
    width: 940px;
    padding: 5px 0;
}

.welcome2 p {
    font-size: 22px;
    color: #666;
    line-height: 32px;
}

.welcome2 p span {
    color: #ff3936;
}

.box {
    width: 300px;
    /*height: 261px;*/
    min-height: 261px;
    height: auto;
    background: #fff;
    float: left;
    margin: 0 20px 0 0;
    	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

.box2 {
    width: 300px;
    /*height: 261px;*/
    min-height: 261px;
    height: auto;
       background: #fff;
    float: right;
    margin: 0;
    	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.box .content, .box2 .content {
    padding: 15px;
}

.box .title, .box2 .title, .photo .title {
    font-size: 16px;
    color: #666;
    font-weight: bold;
    margin: 0 0 25px 0;
}

.box .txt, .box2 .txt, .txt {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin: 0 0 25px 0;
}
.txtRed{
	font-size: 14px;
    color: #ff0000;
    line-height: 20px;
    margin: 0 0 25px 0;
}
.txtRed a{
	color: #ff3936;
}
.box .txt span.red {
    color: red;
}

.box .txt span.curs, .txt span.curs {
    font-style: italic;
}

.boxGo {
    margin: 20px 0 0 0;
    padding: 13px 0;
    background: #fff;
    width: 940px;
    
    cursor: pointer;
        	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.boxGo .content {
    width: 918px;
    margin: 0 auto;
    height: 94px;
    background: url("../media/images/bgGoBlue.gif") repeat-x;
            	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.boxGo .content .link {
    text-align: center;
    padding: 20px 0 5px 0;
}

.boxGo .content .link a {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.boxGo .content .link2 {
    text-align: center;
}

.boxGo .content .link2 a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.boxGo2 {
    margin: 20px 0 0 0;
    padding: 13px 0;
    width: 918px;
    height: 121px;
}

.boxGo2 .content {
    width: 918px;
    margin: 0 auto;
    height: 94px;
    background: url("../media/images/bgGoBlue.gif") repeat-x;
    cursor: pointer;
}

.boxGo2 .content .link {
    text-align: center;
    padding: 20px 0 5px 0;
}

.boxGo2 .content .link a,
.boxGo2 .content .link span {
    font-size: 30px;
    color: #fff;
    text-decoration: none;
}

.boxGo2 .content .link2 {
    text-align: center;
}

.boxGo2 .content .link2 a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.slideShow {
    background: url("../media/images/bgSlide.gif") no-repeat;
    width: 940px;
    height: 320px;
    padding: 10px 0;
}

.slideShow .photo {
    width: 918px;
    margin: 0 auto;
}

.pie {
    background: #fff;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 10px 0;
}

.pie .content {
    width: 940px;
    margin: 0 auto;
    text-align: center;
}

.pie .content p {
    color: #666;
    line-height: 18px;
}

.pie a {
    color: #666;
    text-decoration: none;
}

.pie a:hover {
    text-decoration: underline;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a.enlace {
    color: #000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.break, .clear {
    clear: both;
}

/* FORM */
.formulario {
    margin: 0 0 10px 0;
}

.formulario .ap {
    margin: 0 0 15px 0;
}

.formulario .ap .tag {
    font-size: 12px;
    color: #666;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.formulario .ap2 {
    margin: 0 0 7px 0;
}

.formulario .ap2 .tag {
    font-size: 12px;
    color: #666;
    font-weight: bold;
    margin: 0 0 5px 0;
}



.formulario .ap .inputBox input, .formulario .ap2 .inputBox input {
    height: 25px;
    width: 260px;
    background: #f2f2f2;
    border: 1px solid #b5b5b5;
    font-size: 14px;
    color: #666;
}

.inputBox select.upd2{
    height: 25px;
    width: 260px;
    background: #f2f2f2;
    border: 1px solid #b5b5b5;
    font-size: 14px;
    color: #666;
}
.formulario .ap .inputBox input.chBox {
    height: inherit;
    width: inherit;
    background: inherit;
    border: inherit;
    font-size: inherit;
    color: inherit;
}

.formulario .ap .inputBox {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin: 0 0 25px 0;
}

.formulario .ap .inputBox a, .dato a {
    color: #ff3936;
}

.error {
    width: 100%;
    border: 1px solid #ff0000;
    background: #fe7d7d;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin: 20px 0 20px 0;
    padding: 10px 0;
}

.error span {
    font-size: 18px;
}

.exito {
    width: 100%;
    border: 1px solid #0CCF27;
    background: #77EF87;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin: 20px 0 20px 0;
    padding: 10px 0;
}

.exito span {
    font-size: 18px;
}

.photo .datosPrincipales {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px dotted #ccc;
}

.photo .nombre {
    font-size: 18px;
    color: #666;
    font-weight: bold;
    margin: 0 0 5px 0;
}

.photo .numSocio {
    font-size: 14px;
    color: #ff3936;
}

.datosSocio {
    margin: 15px 0 0 0;
}

.datosSocio .title2 {
    background: #ff3936;
    height: 20px;
    line-height: 20px;
    margin: 0 0 10px 0;
}

.datosSocio .title2 span {
    padding: 0 0 0 10px;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}

.datosSocio .dato {
    margin: 0 0 10px 0;
}

.datosSocio .dato p {
    color: #666;
    height: 20px;
    line-height: 20px;
    background: #f4f4f4;
    margin: 0 0 5px 0;
    padding: 0 0 0 10px;
}

a.proteccion{
	cursor:pointer;
}

p.coming{
	font-size:40px;padding:20px 0 0 0; text-transform:uppercase;
}

a.edit{
padding-right: 13px;
font-size: 9px;
text-transform: uppercase;
text-decoration: none;
color: #FFF;
float: right;
}

a.edit:hover{
	font-weight: bold;
}

.upd{
height: 30px;
border: 1px solid #CCC;
background: #F4F4F4;
width: 420px;
padding-left: 5px;
font-size: 14px;
color: #333;
}

.dia{
height: 30px;
border: 1px solid #CCC;
background: #F4F4F4;
width: 100px;
padding-left: 5px;
font-size: 14px;
color: #333;
}

.mes{
height: 30px;
border: 1px solid #CCC;
background: #F4F4F4;
width: 100px;
padding-left: 5px;
font-size: 14px;
color: #333;
}

.ano{
height: 30px;
border: 1px solid #CCC;
background: #F4F4F4;
width: 100px;
padding-left: 5px;
font-size: 14px;
color: #333;
}


@media(max-width: 800px){
    .logo-conference {
        width: 14%;
    }
    .logo-rayo {
        width: 85%;
    }
    .general {
        width: 100%;
    }
    .contentBoxes{
        display: flex;
        flex-direction: column;
    }
    
    .pie .content{
        width: 100%;
    }
    
    .box {
        width: 100%;
        margin: 0 20px 5px 0;
    }
    
    .box2{
        width: 100%;
    }
    
    .cabecera{
        height: auto;
    }
    
    .formulario .ap .inputBox input, .formulario .ap2 .inputBox input {
        display: block;
        margin: auto;
        
    }
    
    .formulario .ap .tag, .formulario .ap2 .tag{
        text-align: center;
    }
    
    .principal h1 {
        text-align: center;
    }
    
    .boton input[type="image"] {
        margin: auto;
        display: block;
    }
}