*{
padding: 0px;
margin: 0px;
}

header{
	/*background-color: #04B404; /*Fondo de Encabezado de Navidad Rojo*/
	background-color: #2e86c1;
	padding: 15px;
}

nav{
	/* background: #8A0808; Fondo de Navidad Barra Color Rojo */
	background: #000000;
	color: #FFFFFF;
}

artitle{
display: block;
background-color: blue;
} 

section{
float:right;
width:70%;
text-align: left;
margin: 10px;
}

aside{
float:left;
width:25%;
background: #a6acaf;
display: inline-block;
min-height:400px;
}

footer{
width:100%;
position: relative;
clear: both;
}

body{
	/*Color de Navidad Fondo Azul*/
	/*background: #084B8A;*/
 	background: #1B2631;
	text-align: center;
	display: block;
	background-image: url('/img/mundo.png');
	background-repeat: no-repeat;
	background-attachment: fixed;	
}

details{
	color: #FFFFFF;
}

summary{
	color:#FFFFFF;
	font: bold 18px verdana, sans-serif;	
}



#menu li{
display: inline-block;
list-style: none;
padding: 5px;
font: bold 14px verdana, sans-serif;
}

.parrafo{
	color:#229954;
	background: #f39c12;
}

.agrupacion{
width:950px;
margin: 15px auto;
}

p.texto1{
	color:red;
	font-size:35px;
}

p.texto2{
	color: blue; 
	font-size:15px;
}
/*Secciones de la etiqueta seccion*/
article{
background:#aab7b8;
margin: 5px;
padding:5px;
width: 150px;
height:200px;
text-align: left; 
display: inline-block;
}
/*Secciones de la etiqueta aside*/
blockquote{
margin: 20px;

}

.iconIndex{
width: 60px;
height: 60px;
opacity: 1;
filter: alpha(opacity=100);
}

.iconIndex:hover{
opacity: 0.3;
filter: alpha(opacity=30);
}

#logoIndexSC{
width: 400px;
height: 118px;
}

.padre{
	height: 640px;
  /*IMPORTANTE*/
  display: flex;
  justify-content: center;
  align-items: center;	
}

.hijo{
	width: 640px;
}

#imgChannel{
	width: 320px;
	list-style: none;
	display: inline-block;
}

#cajaSkin{
	width: 120px;
	height: 90px;
	background-color: #C39BD3;
	padding: 5px;
	text-align: center;
	font-family: Roboto-Condensed;
	font-size: 15px;
}

#cajaComplemento{
	width: 160px;
	height: 170px;
	background-color: #A3E4D7;
	padding: 5px;
	text-align: center;
	font-family: Roboto-Condensed;
	font-size: 15px;
}

@font-face{
font-family: Roboto-Condensed;
src: url('/font/RobotoCondensed-Regular.ttf'); 
}

