/* RESET CSS ______________________________________________________________________________*/

body,dl,dt,dd,ul,ol,li,h3,h4,h5,h6,pre,form,fieldset,input,textarea,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 {
 list-style:none;
}
caption,th {
 text-align:left;
}
h1,h2,h3,h4,h5,h6 {
 font-size:100%;
 font-weight:normal;
}
q:before,q:after {
 content:'';
}
abbr,acronym { border:0;
}


/* GENERAL ______________________________________________________________________________*/

* {
	padding: 0px;
	margin: 0px;
}
body {
	margin				: 0;
	padding				: 0;
	background-color	:#282828;
	height				: 100%;
	font-family		: Verdana;
	font-size: 11px;

}
.titulo {
	color: #666666;
	font-style: normal;
	font-weight: bold;
}
.negro {
	color: #272626;
	font-style: normal;
	font-weight: bold;
}
.datos {
	color: #666666;
	font-style: normal;
	font-weight: none;
}
.direccion1 {
	color: #beb5aa;
	font-family		: Helvetica;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}
.direccion2 {
	color: #5f5f5f;
	font-family		: Helvetica;
	font-size: 9px;
	font-style: normal;
	font-weight: none;
}
h2 {
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
	color: #eb0000;
}
h3 {
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
}

h4 {
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
}

h5 {
	font-size: 11px;
	font-style: normal;
	font-weight: lighter;
	color:#000;
}

p {
	font-size: 12px;
	margin-top: 10px;
}

a {
	color: #666666;
	font-size: 9px;
	text-decoration: none;
}

a:hover {
	color: #272626;
}

.a2 {
	color: #272626;
	font-size: 9px;
	text-decoration: none;
}

.a2:hover {
	color: #b6b6b6;
}

.estudi1 {
	color: #beb5aa;
	font-family		: Helvetica;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.estudi1:hover {
	color: #b6b6b6;
}

.estudi2 {
	color: #9c9c9c;
	font-family		: Helvetica;
	font-size: 9px;
	font-style: normal;
	font-weight: none;
	text-decoration: none;
}

.estudi2:hover {
	color: #b6b6b6;
}


/* INDEX ______________________________________________________________________________*/
#index {
	width: 400px;
	left:50%;
	position:absolute;
	margin-left:-200px;
	margin-top:20px;
	text-align: left;
}

#logo{
	text-align:center;
}

#zonas {
	text-align:right;
	width: 100px;
	float:right;
	margin-right: 15px;
	margin-top: 10px;
}

#texto_index{
	text-align: justify;
	width: 300px;
	margin-top: 10px;
	position:absolute;
}
#entrar {
	width: 300px;
	height: 15px;
	background-color: #efb838;
	text-align:right;
	margin-top: 20px;
}

#entrar a {
	color: #005fa6;
	font-family: arial;
	font-size: 14px;
	font-weight:bolder;
	text-decoration: none;
}
#entrar a:hover {
	color: #fff;
}

div.linea{
	margin-left: 0px;
	font-size: 1px;
	background-color: #333333;
	width: 350px;
	position: absolute;
	align: left;
	tex-align: center;
	left: 0px;
}



/* Flash ______________________________________________________________________________*/

div.content {
	width: 860px;
	left:50%;
	position:absolute;
	margin-top: 20px;
	margin-left:-430px;
	text-align:center;
}

div.video {
	width:720px;
	height: 576px;
	margin-top: 20px;
	margin-left: 152px;
	margin-bottom: 10px;
	background-repeat:no-repeat;
}

#texto {
	width:720px;
	margin-left: 155px;
}



/* PIE ______________________________________________________________________________*/

#pie {
	width: 820px;
	height: 59px;
	margin-left: 102px;
	margin-bottom: 50px;
	background-image:url(../img/pie.jpg);
	background-repeat:no-repeat;
	text-align: right;

}
#pie h5{
	padding-top: 25px;
	padding-right: 25px;
}