/* CSS for jobs list of jobsearch */

#contenidoanuncio {

	width: 650px;

	border: 2px solid #E3D7BD;

	padding: 10px;

	font-size: 13px;

	text-align: left;

}

#titleanuncio {

	color: #12467B;

	font-weight: normal;

	font-size: 20px;

}

#titleanuncio hr {

	width: 100%;

	height: 0px;/*solo queremos borde*/

	text-align: left;

	border-top: 0px;/*quita el grosor extra de Opera y FFox*/

	border-bottom: #999 solid 1px;

}

#contenidoanuncio ul {

	list-style-type: square;

	padding-left: 15px;

}

#contenidoanuncio a {

	color: #12467B;

	text-decoration: none;

}

#contenidoanuncio a:hover {

	color: #999;

	text-decoration: none;

}

.fondorojo {

	float: left;

	background: #D11B04;

	color: #FFF;

	padding: 10px;

	font-size: 14px;

}


