body{
	background-color:#3c3c3c;
	background-image:url('img/back.jpg');
	}

body img{
border:none;
}
	
.contenedor{
	width:1000px;
	height:auto; /* cambiame */
	background-color:#ffffff;
	border:3px solid #cccccc;
	margin:0px auto;
	}

.header{
	border-top:0px solid #000000;
	border-bottom:1px solid #c3c3c3;
	border-left:0px solid #000000;
	border-right:0px solid #000000;
	height:90px;
	margin:7px auto 10px;
	}


.logo{
	float:left;
	margin:10px 20px ;
}

.botonera{
	float:right;
	width:370px;
	margin:0px 10px 5px 0px;
}

.social{
	float:right;
	margin: 0px 3px 2px 0;
	width:35px;
}

.busqueda{
	float:right;
	clear:right;
	border:1px solid #f4f4f4;
	margin: 0 10px 0 0;
}

.busqueda input{
width:350px;
color:#AAAAAA;
}

.resultado{
position:absolute;
z-index:1;
width:350px;
background-color:#FFFFFF;
border:1px solid #cecece;
}

.sub_head p{
	margin:0 0 0 25px;
}

.columnas{
	width:950px;
	margin: 10px auto;
}

.fila{
clear:both;
}

.noticia{
	width:440px;
	min-height:120px;
	border:1px solid #000000;
	float:left;
	margin:5px 15px 20px 15px;
	border-top:none;
	border-bottom:none;
	border-left:1px #000000 dotted;
	border-right:1px #000000 dotted;
	text-align:center;
}

.noticia:hover{
background-color:#e5e5e5;
}

.titulo{
	font-size:24px;
	text-align:left; 
	margin: 4px 5px; 
}

.ancho img{
clear:both;
text-align:center;
width:330px;
}

.alto img{
float:left;
clear:left;
height:170px;
margin:2px;
}

.none{
display:none;
}

.copete{
	color:#333333;
	font-size:12px;
	text-align:left;
	margin:3px 5px;
}

.copete img{
display:none;
}	

.deco{
	height:15px;
	width:440px;
	margin:5px 16px;
	float:left;
	background-color: #aaccee;
}

.button{
margin:5px 20px;
font-size:20px;
}

.footer{
width:950px;
color:#ffffff;
margin:3px auto;
}

.notaphp{
	width:950px;
	margin:5px auto;

}

.notaphp .titulo{
font-size:34px;

}


A:link , A:visited, A:hover{
color:#000000;
text-decoration:none;
border:none;
}

.titulo a{
	color:#0169c9;
}
