/* 
JCastro - Diseņador y desarrollador Multimedia.
email: pplucho07@hotmail.com
*/

/* 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 */
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: #1A1A1A;
	padding: 10px 20px 5px 0px;
	text-align:justify;
}

h1 {
	display:none;
}
h2 {
	font-size:11px;
	font-family: Verdana;
	color: #2F2F2F;
	padding: 10px 10px 0px 0px;
	text-align:justify;
}
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;*/
}

/*Body-----------------------*/
body {
	text-align:center;
	min-width:550px;
	margin: 0px;
	border: 0px;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../img/fondo.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#5f5f5f;
}
#wrapper{
	margin-right:auto;
	width: 900px;
	height:auto;
	margin-left: auto;
	position: relative;
}
#head{
	width: 900px;
	height:50px;
	float: left;
	position: relative;
}
#linea{
	width: 166px;
	height:50px;
	float: left;
	left:140px;
	background-color:#9b32ad;
	position: relative;
}
#left {
	width: 441px;
	height:501px;
	float: left;
	left: 0px;
	background-color:#dbdbdb;
	position:relative;
	top: 0px;
}
#right_top {
	width: 459px;
	height:310px;
	float: right;
	right: 0px;
	background-image:url(../img/intro/back_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	position:relative;
	top: 0px;
}
#audio {
	width: 190px;
	height:20px;
	float: left;
	left: 50px;
	position:relative;
	top: 120px;
}
#right_news {
	width: 459px;
	height:191px;
	float: right;
	right: 0px;
	background-image:url(../img/intro/back_news.jpg);
	background-repeat:no-repeat;
	background-position:top;
	position:relative;
	top: 0px;
}
#noticias {
	width: 385px;
	height:110px;
	float: right;
	right: 10px;
	text-align:left;
	position:relative;
	top: 34px;
}
