/* ---------- Google Font ---------- */

/* RESET STYLES */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
q:before, q:after { content:''}
strong { font-weight: bold }
em { font-style: italic }
.italic { font-style: italic }
.aligncenter { display:block; margin:0 auto; }
.alignleft { float:left; margin:10px; }
.alignright { float:right;margin:10px; }
.no-margin{margin:0px;}
.no-bottom{margin-bottom:0px;}
.no-padding{padding:0px;}
.margin-t{margin-top:22px;}
div {
	position: relative;
} 
a{text-decoration:none;}
a:hover{text-decoration:underline;}
a:active,a:focus{outline: none;}

img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 11px;
}
p{
text-align: justify;
font-weight: bold;
}
.tabla1{
	border:0;
}
.tamano3 {
	width: 3%;
}
.tamano10{
	width: 10%;
}
.tamano20{
	width: 40%;
}
.tamano30{
	width: 30%;
}
.tamano100 {
	width: 100%;
}
.tamano66 {
	width: 66%;
}
.tamano45 {
	width: 45%
}
.tamanoimg
{
	width: 70%;
	clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.tam500px {
	height: 100px;
    width: auto;
}
.tamano90 {
	width: 90%;
}
.tamano80 {
	width: 80%;
}
div.logo img {
	width: 40%;
	}
.fuente1 {
	Color: Red;
	}
.fuente2 {
	font-size: 32px;
}
.fuente3
{
	color: Red;
	font: Roboto;	
}
.fuentemarcas {
	font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
	font-size: 40px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	line-height: 44px;
}
.letra1
{
	font-size: 18px;
}
.letra2
{
	font-size: 16px;
}
.contenedor {

	width: 960px;

	max-width:1000px;

	margin:auto;

}
footer {

	width: 960px;
	/*max-width:1000px;*/
	text-align: right;
	margin:auto;
	background:rgba(255,255,255,0.8);
    border-radius: 20px 20px 20px 20px;
	/*background:black;*/

}

.principal {

	position: relative;

}



.principal div.Articulo {
	margin: 0 auto;
	padding:20px;
	background:rgba(255,255,255,0.85);
    border-radius: 20px 20px 20px 20px;
	margin-bottom: 10px;
}



.principal div.Articulo p {
	margin-bottom: 15px;
	line-height:24px;
	font-family:helvetica, arial, sans-serif;
}
.just
{
	text-align: justify;
}

.alignleft{
display: inline;
    float: left;
    margin-right: 22px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 22px;
}
.aligncenter2 {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.aligncenter {
	text-align: center;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

article, aside, figure, footer, header, hgroup, nav, section {display: block;}


*{ 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}



html{-webkit-font-smoothing:antialiased;}

a{color:#BA0707;}
a:hover{color:#BA0707;text-decoration:underline;}

body{
background-color:black;
background-image: url("images/fondo.jpg");
background-repeat:no-repeat; /* Indicamos que no se repetira */
background-size:cover; /* Encajamos la imagen al 100% del ancho */
background-attachment: fixed; /* Establecemos una posicion fija para la imagen */
color:#3E4156;
font: 14px "Open Sans", Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
line-height:1;
width:100%;}
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,700,800);
h1{font-size:36px;line-height:1.3em; }
h2{font-size:32px;line-height:1.3em;}
h3{font-size:24px;line-height:1.3em;}
h4{font-size:18px;line-height:1.3em;}
h5{font-size:16px;}
h6{font-size:14px;}
p{padding-bottom:11px;}
p,div, span{line-height:1.5em;}
.column-clear{clear:both;}
.clear{overflow: hidden;}

.colorcabecera{background-color: #E93538;}
.mainWrap{width:980px;margin:0 auto;}

.title{margin:100px 0 20px 0;
text-align:center;
color:#3E4156;}
.back{text-align:center;}

nav{display:block;
margin-top: 0px;
background:c23235;
}
.menu{display:block;}

.menu li{display: inline-block;
position: relative;
z-index:100;}

.menu li:first-child{margin-left:0;}

.menu li a {font-weight:600;
text-decoration:none;
padding:11px;
display:block;
color:White;

-webkit-transition: all 0.2s ease-in-out 0s;
   -moz-transition: all 0.2s ease-in-out 0s;
   -o-transition: all 0.2s ease-in-out 0s;
   -ms-transition: all 0.2s ease-in-out 0s;
   transition: all 0.2s ease-in-out 0s;
}

.menu li a:hover, .menu li:hover > a{color:#ffffff;
background:black;}

.menu ul {display: none;
margin: 0;
padding: 0;
width: 150px;
position: absolute;
top: 43px;
left: 0px;
background: #808080;
}

.menu ul li {display:block;
float: none;
background:none;
margin:0;
padding:0;
}
.menu ul li a {font-size:12px;
font-weight:normal;
display:block;
color:White;
border-top:1px solid Black;
border-left:3px solid white;
background:#808080}

.menu ul li a:hover, .menu ul li:hover > a{
background:#474747;
border-left:3px solid red;
color:white;
}

.menu li:hover > ul{ display: block;}
.menu ul ul {left: 149px;
	top: 0px;
}

.mobile-menu{display:none;
width:100%;
padding:11px;
background:#100300;
color:White;
text-transform:uppercase;
font-weight:600;
}
.mobile-menu:hover{background:black;
color:Red;
text-decoration:none;
}


@media (min-width: 768px) and (max-width: 979px) {

.mainWrap{width:800px;}
.menu ul {top:37px;}
.menu li a{font-size:12px;
padding:8px;}
.contenedor {
	width:768px;
	margin:auto;
	background:#E9EAEE;
}
footer {

	width: 768px;
	max-width:1000px;
	text-align: right;
	margin:auto;
	background:black;

}
div.logo img {
	width: 45%
	}
.tamanoimg
{
	width: 100%;
	clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width: 767px) {
.contenedor {
	width:98%;
	margin:auto;
	background:#939393;
}
footer {

	width: 90%;
	max-width:1000px;
	text-align: right;
	margin:auto;
	background:black;

}
.mainWrap{width:98%;}

.menu{display:none;}

.mobile-menu{display:block;
margin-top:0;}

nav{margin:0;
background:none;}

.menu li{display:block;
margin:0;}

.menu li a {background:#797979;
color:white;
border-top:1px solid Black;
border-left:3px solid #ffffff;}

.menu li a:hover, .menu li:hover > a{
background:black;
color:white;
border-left:3px solid red;}

.menu ul {display:block;
position:relative;
top:0;
left:0;
width:100%;}

.menu ul ul {left:0;}

div.logo img {
	width: 60%
	}
	.tamanoimg
{
	width: 100%;
	clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

}

@media (max-width: 480px) {
div.logo img {
	width: 60%
	}
	.tamanoimg
{
	width: 100%;
	clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

}


@media (max-width: 320px) {
	div.logo img {
	width: 90%
	}
	.tamanoimg
{
	width: 100%;
	clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.imagenessiguenos
{
	width: 100%;
	}
}
