@charset "utf-8";
body{
	font: 1em gil,"trebuchet MS",helvetica,sans-serif;
	color:#FFF;
	/*
	font-family: 'Black Ops One', cursive;
	color:#333;*/
}
body *{
	/*text-align:left;*/
	
}
#contenedor {
	width: 900px;
	max-width: 900px;
	min-width: 500px;
	margin: 0 auto;
	text-align: justify;
	
}
#cabecera {	
	margin:10px 10px 10px 10px;
	height:128px;
}
#logo {
	float:left;
	width:160px;
	height:45px;
	/*background-image:url(img/Logo%20ID.png);*/
}
#maillnk{
	float:right;
	font-size:13px;
	color:#CCC;
	padding-top:15px;
	font-weight: bold;
}

#menu {
	width:100%;
	height:32px;
	padding-top:5px;
	float:right;
	
}
#redes {	
	height:30px;	
	float: right;
	width: 30px;
	display: block;
}
#mnuopcion{
	text-align:center;
	width:120px;
	height:24px;
	float:left;
}


#contenido {
	float: left;
	width: 880px;
	height:300px;
	padding:0px 10px 0px 25px;
	margin:0px 0px 10px 0px;
}
#divicion{
	width:100%;
	height:2px;
	background-image:url(img/linea.png)
}
#apartado {
	float: left;
	height:300px;
	width: 33.3%;
	/*text-align:center;	*/
}
#apartado #img1{
	
	background-image:url(img/Im2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:300px;
}
#apartado #img2{
	background-image:url(img/im.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:300px;
}

#apartado #img2{
	background-image:url(img/im.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:300px;
}

#apartado #informacion{
	background-color:#353535;
	margin:10px 10px 10px 10px;
	height:198px;
}
#contenido #seccion{
	background-color:#353535;
	height:218px;	
	float: left;	
	width: 33%;
}
#contenido #principal {
	float: left;
	width: 80%;
}
#contenido #secundario {
	float: left;
	width: 20%;
}
#subtitulo{
	font-family:Arial;
	font-weight: bold;
	font-size:16px;
	height:20px;
	color:#808080;	
	padding:20px 10px 0px 10px;
}
#Texto1{
	font-family:Arial;
	font-size:12px;
	height:40px;
	color:#808080;	
	padding:10px 10px 0px 10px;

}
#pie {
	
	height:80px;
	clear: both;
}

a {
text-decoration: none;
font-weight: bold;
cursor: pointer;
}

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float:right;
margin: 0 0.15em;
}

#nav-menu li a
{
/*background: url(background.gif) #fff bottom left repeat-x;*/
height: 2em;
line-height: 2em;
float: right;
width: 6em;
display: block;
/*border: 0.1em solid #dcdce9;*/
color: #ffffff;
font-size:bold;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none;
color:#ffffff;
}
/* End hide */

#nav-menu
{

display: block;
}



.center{
	position:absolute;
	width:500px;
	height:400px;
	top:50%;
	left:50%;
	margin-left:-250px;
	margin-top:-200px;	
}
.brillo{
	position:relative;
	margin: 0 auto;
    display: block;
	font-size:70px;
	height: 70px;
	width: 445px;	
	text-decoration:none;
	color:#333;
	overflow:hidden;
	margin-bottom:50px;	
}
.brillo span{
	position:relative;
	display: block;
	background:url(brillo.png) no-repeat;	
	background-position: -100px 0px;
	margin-top:-75px;
	height: 51px;
	width: 445px;	
}
.brillo:hover span{
	background-position: 500px 0px;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1s;
	transition-property: all;
	transition-duration: 1s;
}
.brillog{
	position:relative;
	margin: 0 auto;
    display: block;
	height: 45px;
	width: 160px;	
	text-decoration:none;
	overflow:hidden;
}
.brillog span{
	position:relative;
	display: block;
	background:url(brillog.png) no-repeat;	
	background-position: -300px 0px;
	margin-top:-137px;
	height: 150px;
	width: 160px;	
}
.brillog:hover span{
	background-position: 300px 0px;
	-webkit-transition-property: all;
	-webkit-transition-duration: 1.5s;
	transition-property: all;
	transition-duration: 1.5s;
}
#contenedor p {
	font-weight: bold;
}
#contenedor p strong {
	text-align: justify;
	font-size: 20px;
}
