@import url("base.css");

div#left{
	width: 360px;
	float: left;
	background: url(images/verticaldot.gif) top right repeat-y;
}

div#leftcontent{
	margin-left: 30px;
	margin-right: 40px;
}

img{
	display: block;
	margin: 0 auto 15px auto;
	padding: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

div#rightcontent{
	margin-right: 30px;
	margin-left: 40px;
	background-color: transparent;
}

div#right{
	width: 386px;
	float: right;
	background-color: transparent;
}
h2#who{
	margin: 0 0 0 20px;
	padding: 0 0 15px 0;
	font-size: 1.6em;
	width: 180px;
	height: 24px;
	position: relative;
/* método text indent.
	background: url(images/who.gif) top left no-repeat;
	text-indent: -200em;*/
}
#who span {
	background: url(images/who.gif) top left no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	}
h2#news{
	margin: 0 auto;
	padding: 0 0 15px 0;
	font-size: 1.6em;
	height: 24px;
	position: relative;
	height: 24px;
	width: 135px;
	/*background: url(images/news.gif) top center no-repeat;
	text-indent: -200em;*/
}
#news span{
	background: url(images/news.gif) top center no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;
}
h2#zonaprivada{
	margin: 0 auto;
	padding: 0 0 15px 0;
	font-size: 1.6em;
	height: 24px;
	position: relative;
	height: 24px;
	width: 110px;
	/*background: url(images/news.gif) top center no-repeat;
	text-indent: -200em;*/
}
#zonaprivada span{
	background: url(images/zonaprivada.gif) top center no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;
}
h2#links{
	margin: 0 0 0 20px;
	padding: 0 0 15px 0;
	font-size: 1.6em;
	width: 140px;
	height: 24px;
	position: relative;
	/*background: url(images/links.gif) top left no-repeat;
	text-indent: -200em;*/
}
#links span{
	background: url(images/links.gif) top left no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
/*----------------------------------------*/
.noticia{
	margin-bottom: 15px;
}
img.imgleft{
	border: 1px solid #E35676;
	margin: 0 10px 0 0;
	padding: 4px;
	display: block;
	float: left;
}
img.imgright{
	border: 1px solid #E35676;
	margin: 0 0 0 10px;
	padding: 4px;
	display: block;
	float: right;
}

.textonoticia{
	text-indent: 0;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
h3{
	font-size: 1.2em;
	padding-top: 4px;
	text-indent: 15px;
	color: #372F31;
}
h3.primero{
}
/* ----------------------------*/
ul#enlaces {
	margin-left: 40px;
	margin-bottom: 20px;
	list-style-type: square;
}
ul#enlaces li {
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #f3f3f3;
	margin: 0;
}
ul#enlaces a {
	padding: 3px 0;
	display: block;
	text-decoration: none;
	color: #372F31;
	padding-left: 5px;
	background: #fff;
}
ul#enlaces a:hover {
	color: #372F31;
	background: #A7D042;
}

/*-----------------------*/
p{
	color: #7f7f7f;
	margin-bottom: 15px;
	font-size: 1.1em;
	line-height: 1.6em;
	text-indent: 22px;
	text-align: justify;
}
div#socias{
	padding: 1px;
	border: 1px solid #372F31;
	width: 240px;
	margin: 0 auto;
}
h4{
	font-size: 1.1em;
	text-align: center;
	background: #372F31;
	color: #fff;
	padding: 3px;
}
label,input {
	display: block;
	font-size: 1em;
	float: left;
	margin: 8px 0;
	padding: 2px;
}
input{
	font-size: 1em;
	background-image: url(images/27.gif);
	background-repeat: repeat-x;
	background-position: 0 -28px;
	border: 1px solid Black;
}
label {
	text-align: right;
	width: 65px;
	padding-right: 20px;
	color: #000;
}

input.boton{
	float: none;
	background-image: none;
	margin: 0 auto 5px auto;
	background-color: White;
	padding: 0;
	display: inline;
	margin-left: 30px;
}
input.boton2{
	float: none;
	background-image: none;
	margin: 0 auto 5px auto;
	background-color: White;
	padding: 0;
	display: inline;
}

/*------------enlaces noticieros--------------*/
.noticia p a{
	display: block;
	color: #7f7f7f;
	text-decoration: none;
	
}
.noticia p a:hover{
	color: #372F31;
	text-decoration: none;
	background-color: #F5F5F5; 
}
