@charset "UTF-8";
/* CSS Document */

* {margin:0; padding: 0; border: none; text-decoration: none;}

a, a:VISITED, a:ACTIVE, a:FOCUS, a:LINK{
	text-decoration:underline;
	color:#91375B;
	}
/****maquetacion***/
body{
	margin:0 auto;
	padding:0;
	font-family:Verdana,Arial,Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background:#004873;
	text-align:justify;}

img{
	border:0;}
p{
	text-align:justify;
}
.wrap{
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 960px;
	min-height:860px;
}
.top1{
	margin:0 auto;
	padding: 0 0 0 0;
	width:960px;
	height:100px;
	position:relative;
}
.logo{
	width:287px;
	height:95px;
	top:4px;
	left:0;
	position:absolute;
}
.frase{
	width:280px;
	height:44px;
	top:35px;
	left:315px;
	position:absolute;
	background:url("../img/img_frase.png") no-repeat;
}
.btn_inicio{
	width:300px;
	height:41px;
	top:0;
	left:655px;
	position:absolute;
}
.tel{
	width:279px;
	height:42px;
	top:45px;
	left:665px;
	position:absolute;
	background:url("../img/img_phone.png") no-repeat;
}
.top2{
	margin:0 auto;
	padding: 0 0 0 0;
	width:960px;
	height:310px;
	background:transparent url("../img/interface_top.png") no-repeat;
	position:relative;
}
.content{
	float:left;
	margin:0,auto;
	padding:7px;
	width:946px;
	min-height:411px;
	text-align:justify;
	background:url("../img/bg_ppal.png") center top no-repeat;
	}
.bottom{
	position:relative;
	clear:both;
	margin: 0 auto;
	width: 960px;
	height:31px;
	background:transparent url("../img/bg_bottom.png") no-repeat;
}
.tit_home{
	position:absolute;
	top:25px;
	left:35px;
	width:173px;
	height:23px;
	background:url("../img/tit_eventos.jpg") no-repeat;
	
}

/*++++++++++++++HOME++++++*/

.prev_home{
	float:left;
	margin:10px 15px 10px 17px;
	padding:10px 15px 20px 15px;
	width:411px;
	height:290px;
	background:url("../img/interface1.jpg") no-repeat;
}
.prev_home h1{
	clear:both;
	margin-left:25px;
}
.prev_home div{
	margin-top:30px;
	padding:0 3px 0 3px;
	width:402px;
	height:241px;
	text-align:left;
	overflow:auto;
}

/*+++++IMG+++++**/

img.imgIzq { margin-right:0.5cm; float: left; border-style: none; }

img.imgtit { margin:0.5cm 0.2cm 0.2cm 0.5cm; float: left; border-style: none }

img.imgDer { margin-left:0.2cm; float: right;border-style: none }

/*+++++++nav inferior++++*/

.nav_inf{
	margin:0 15px 0 17px;
	float:left;
	width:920px;
	height:71px;
}
.nav_inf .img1{
	padding-left:5px;
}
.nav_inf .img2{
	padding-right:20px;
	padding-left:5px;
}
/*+++++++contenidos ++++++++*/

.interface_content{
	float:left;
	margin:10px 15px 10px 17px;
	padding:10px 0 20px 15px;
	width:894px;
	height:394px;
	background:url("../img/interface2.jpg") no-repeat;
}
.content_text{
	float:left;
	margin:30px 15px 0 0;
	padding:0 5px 5px 5px;
	width:676px;
	height:324px;
	text-align:left;
	overflow:auto;
}

/*++++++formulario subcribase++++++*/

/***formularios****/

fieldset.form1 {
	margin:30px 0 0 0;
	border: none;text-align:left;
	width:400px;
	font-size:12px;
}

fieldset.form2 {
	margin:10px 0 0 0;
	border: none;text-align:left;
	width:400px;
	font-size:12px;
}

fieldset.form3 {
	margin:50px 0 0 150px;
	border: none;text-align:left;
	width:400px;
	font-size:12px;
}

input.formulario {
	border:solid 0 #fff;
	color:black;
	width:200px; 
	height:24px;
	background:transparent url("../img/bg_input.png") left center no-repeat;
	padding:2px;
}

input.formulario1{
	border:none;
	color: black;
	width:300px;
	background-color:#FFF;
	height:20px;
	padding:2px;
	}
input.submit, input.reset {
	border:none; 
	color:white;
	margin-top:10px; 
	width:106px; 
	height:30px;
	background:url("../img/bg_submit.png") left center no-repeat;
	padding: 1px 5px;
}

label {	
	text-align:left;
	display: block;
	}
fieldset.form2 textarea{
	border:solid 0 #fff;
	width:200;
	height:60px;
	background:transparent url("../img/bg_text.png") left center no-repeat;
	padding:2px
	}
fieldset.form3 textarea {
	border:none;
	color: black;
	background-color:#FFF;
	padding:2px;
	width:300px;
	}
fieldset.form3 select{
	width:300px;
	height:20px;
}
fieldset.form3 label {	
	text-align:left;
	display: block;
	margin-bottom:5px;
	}