﻿@import url(./EstilosDeTodosLosProyectos.css);
@import url("http://oph.chebro.es/css/estilos.css");


#buscador
{
	border:1px solid #CCCCCC;
	padding:5px;
	text-align:right;
}

.noticia, .foto
{
	margin:5px;
	margin-top:30px;
}

.noticia
{
	float:left;
	width:80%;
}

.foto
{
	float:right;
	width:80px;
	text-align:center;
}

.verPDF
{
	margin-top:10px;
	float:left;
}

.verAudio
{
	margin-top:6px;
	margin-right:20px;
	float:right;
}

.titulo
{
	font-weight:bold;
	font-size:14px;
	color:#333333 !important;
	text-decoration:none !important;
}

.fecha
{
	font-weight:bold;
	font-size:14px;
	text-decoration:none !important;
	color:#4A7165 !important;
}

.texto
{
	font-size:10px;
}

.renglon
{
	height:1px;
	background-color:#666666;
	clear:both;
}





