/* 
CSS CHAR
ver 1.0
x JCastro 2009.
*/

/* Normalization de margins y paddings */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td, img
	{margin:0px; padding:0px; border:0px}
/* Normalization de fonts para titles*/
h1, h2, h3, h4, h5, h6
	{font-size:100%;}
/* Remove style from lists*/
ul
	{list-style:none;}

/* Normalization of size and font weight  RCDA UPDATE
address, caption, cite, code, dfn, em, strong, th, var
	{font-style:normal; font-weight:normal;} */



p {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: #FFFFFF;*/
	text-align:justify;
}

h1 {
	display:none;
}
h2 {
	font-size:14px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Arial";
	font-weight:bold;
	color:#01508e;
	text-decoration:none;
	text-align:left;
}
h3 {
	font-size:12px;
	color:#ff5c00;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Arial";
	font-weight:bold;
	text-decoration: none;
	text-transform: capitalize;
	text-align:left;
}
h4 {
	font-size:10px;
	color:#ffffff;
	padding-top: 10px;
	font-family: "Arial";
	font-weight:bold;
	text-decoration: none;
	text-transform: capitalize;
	text-align:center;
	padding: 0px 20px 5px 20px;
}
h5 {
	font-size:14px;
	color:#235860;
	padding-top: 10px;
	font-family: "Arial";
	font-weight:bold;
	text-decoration: none;
	text-align:center;
	/*padding: 0px 20px 5px 20px;*/
}

li {
	list-style-type: none;
	float:left;
	height:15px;
}

li a {
	list-style-type: none;
	text-decoration: none;
	text-align:left;
	font-size: 11px;
	color:#cccccc;

	width: 143px;
	height: 15px;
    line-height:15px;
    display:block;
	left:20px;
}
li a:hover {
	color:#f8bf04;
}

/*Body-----------------------*/
body, html {
	text-align:center;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
html {
	background: url(../images/fondo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#facebook {
	position: absolute;
	top: 0;
	left: 0;
	width: 750px;
}
#wrapper{
    width: 810px; 
    height: 634px;
    padding: 40px 0 60px;
    margin: 30px auto;
	position: relative;
	z-index: 999;
}
#footer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#footer p {
	font-size: 9px;
	line-height: 1.5;
	color: #C5960C;
	margin: 0 auto;
	width: 700px;
	text-align: center;
}
#video{  
    width: 640px; 
    height: 480px;
	background-color:#000000;
	position: absolute;
}
