*,::after,::before{
    box-sizing:border-box
}
body{
    margin:0;
}

#main
{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background-color: #f7f7f7;
}

#mensaje
{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    background-color: #990000;
    padding: 30px;
    font-size: 15px;
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    
}

#logo
{
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 10px;
    
}

#img-logo
{
    width: 200px;
}

#img
{
    width: 100%;
}

#home-L
{
    width: 50%;
    height: auto;
    position: relative;
    overflow: hidden;
    float: left;
}

#home-R
{
    width: 50%;
    height: auto;
    position: relative;
    overflow: hidden;
    float: right;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 80px;
}

#home-R-titulo
{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    font-size: 25px;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    line-height: 30px;
}

#home-R-subtitulo
{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    color: #999999;
    font-family: 'Roboto', sans-serif;
    line-height: 21px;
    margin-top: 15px;
}

#hr1
{
    margin-top: 25px;
    height: 1px;
    border: 0;
    border-top: 1px solid #eeecec;
    margin-bottom: 25px;
}

#home-controles
{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-top: 5px;
}

#home-controles-L
{
    width: 50%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-top: 5px;
    float: left;
}

#home-controles-R
{
    width: 50%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-top: 5px;
    float: right;
}

#check-L
{
    width: 10%;
    height: auto;
    float: left;
    padding: 10px;
}

#check-R
{
    width: 90%;
    height: auto;
    float: right;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
	font-size: 13px;
    color: #666666;
    font-weight: 100;
    line-height: 20px;
}

.box_1 {
    font-family: 'Roboto', sans-serif;
	font-size: 19px;
	font-weight: 100;
	color: #666;
	text-decoration: none;
	border: thin solid #fff;
    background-color: #eeecec;
	height: 50px;
	width: 100%;
	border-radius: 10px;
	padding-left: 8px;
}

.btn_2 {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	height: 50px;
	width: 100%;
	border-radius: 10px;
	box-shadow: 1px 1px 8px #CCC;
	background-color: #333;
	border: thin solid #333;
}


@media screen and (max-width: 1300px) {

#home-L
{
    width: 60%;
}

#home-R
{
    width: 40%;
    padding: 30px;
}

#align
{
    width: 90%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

}


@media screen and (max-width: 1150px) {

    #home-L
    {
        width: 70%;
    }
    
    #home-R
    {
        width: 30%;
        padding: 10px;
    }
    
    #align
    {
        width: 90%;
    }

    #logo
    {
        display: none;
    }
    
}

@media screen and (max-width: 900px) {

    #home-L
    {
        width: 100%;
    }
    
    #home-R
    {
        width: 100%;
        padding: 30px;
    }
    
    #align
    {
        width: 60%;
    }
    
}


@media screen and (max-width: 600px) {

    #align
    {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    }

}