body
{
	background-color: #cb0611;
/*	background-image: url("../images/logo_web.png");*/
	background-repeat: no-repeat;
    background-position: right top;
	background-size: 70%;
	color: #fff;
} 
#body {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
}
a,a:visited
{
color: #fff;
}
a:hover
{
text-decoration: none;
color: #cccccc;
}
.titulo_general
{
position:relative;
font-family: arial;
color: #fff;
text-align: right;
font-size: 65px;
font-weight: bolder;
margin-right: 10px;
}
.titulo_bajo
{
margin-top: -20px;
float: right;
font-family: arial;
color: #fff;
text-align: right;
font-size: 9px;
margin-right: 10px;
}
.link1
{
margin-top: 130px;
position:absolute;
margin-left: 10%;
}
.logo
{
position:absolute;
bottom:10px;
margin-left: 10px;
font-family: arial;
color: #fff;
text-align: left;
font-size: 9px;
margin-right: 10px;
}
@media only screen and (max-width: 479px) and (min-width: 0px) {
    body {
		background-color: #cb0611;
        background-image: url("../images/logo_web.png");
		background-repeat: no-repeat;
		background-size: 30%;
		/* margin-top: 300px; */
		 }
		.titulo_general
		{
		margin-top: 10px;
		position:relative;
		font-family: arial;
		color: #fff;
		text-align: right;
		font-size: 65px;
		font-weight: bolder;
		margin-right: 170px;
		}
		.titulo_bajo
		{
		margin-top: -20px;
		float: right;
		font-family: arial;
		color: #fff;
		text-align: right;
		font-size: 9px;
		margin-right: 170px;
		}
		.logo
		{
		position:absolute;
		bottom:10px;
		left: 50px;
		font-family: arial;
		color: #fff;
		text-align: left;
		font-size: 9px;
		}
		.link1
		{
		margin-top: 65px;
		position:absolute;
		}
}
