/* CSS Document */

  /*************************/
 /*    Cabecera           */
/*************************/

div.barra1 {
	height:30px;
	line-height:30px;
	width:100%;
	background-attachment: scroll;
	background-image: url(../images/bottomline.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	position: absolute;
	left: 0px;
	top: 0px;
}

div.cabecera {
	position:absolute;
	width:100%;
	height:140px;
	background-color:#FFFFFF;
	left: 0px;
	top: 30px;

}

div.barra2 {
	position:absolute;
	height:50px;
	line-height:30px;
	width:100%;
	top: 173px;
	background-attachment: scroll;
	background-image: url(../images/bottomline.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	left: 2px;
}

div.barra2 td {
	text-align:right;
	font-family: "Tw Cen MT", "Times New Roman", "Arial Rounded MT Bold", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	top: auto;
	vertical-align: middle;
}

  /*************************/
 /*    Contenido           */
/*************************/

div.contenido {
	position:absolute;
	height:100%;
	background-color:#FFFFFF;
	top: 215px;
	left: 0px;
	width: 100%;

}

p.introduccion{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
	color:#333333;
	text-align:justify;
	margin-top: 25px;
	margin-right: 50px;
	margin-bottom: 25px;
	margin-left: 50px;
	width: auto;
}
h1.introduccion{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-style:normal;
	color:#C80E0E;
	text-align:center;
	font-weight: bold;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

div.comunidad {
	color:#333333;
	font-family:"Trebuchet MS", Tahoma, Arial, Helvetica, "Sans Serif";
	font-size:14px;
	font-style:normal;
	margin-top: 25px;
	margin-right: 50px;
	margin-bottom: 25px;
	margin-left: 50px;
	text-align:justify;
}

div.comunidad p {
	text-align:justify;
	}

div.comunidad h2 {
	font-size:20px;
	text-align:center;
	font-weight:bold;
	width: auto;
}

 .comunidad a {
 	color:#C80E0E;
	font-weight:bold;
	text-decoration:none;
}


  /*************************/
 /*      Footer           */
/*************************/

.footerbarra {
	position:relative;
	background:transparent url(../images/bottomline.gif) repeat-x scroll center top;
	clear:both;
	height:30px;
	width:100%;
	bottom: 0;
	clip: rect(auto,auto,auto,auto);
	left: 0px;
	font-family: "Tw Cen MT", "Times New Roman", "Arial Rounded MT Bold", Arial;
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}
