@charset "UTF-8";

*	{	margin:0;
		padding:0;
}

a		{	text-decoration:none;	}
a img	{	border:none;	}

h1,h2,p,a,li
	{	-x-system-font:none;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
	}

.upper	{	text-transform:uppercase !important;	}
.italic	{	font-style:italic !important;	}

.green	{	color: #76A050 !important;	}

.small	{	font-size:10px !important; line-height:12px !important;	}

div.left	{	float:left;
				clear:right;
}

div.right	{	float:right;
				clear:right;
}

div.clear	{	float:left;
				clear:both;
}

div.center	{	text-align:center;
				margin:auto;
}

body {
	background: url(../fondo.jpg) repeat;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
}

#contenedorcuerpo	{	width:900px;
						margin:auto;
}

#header,
#cuerpo,
#footer
	{	width:900px;
		float:left;
		clear:both;
		background:#FFF;
}

#columnaIzquierda	{	width:630px;
						float:left;
						clear:right;
						padding:10px 5px;
}

#panelServicios	{	width:250px;
					float:right;
					clear:right;
					padding:10px 10px 10px 0;
}

#footer	{	background:url(../images/img_04.png) repeat-x;
			height: 35px;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight: bold;
	line-height:16px;
	color: #003;
	padding:0 0 5px 5px;
}

p {
	font-size:12px;
	line-height:14px;
	color: #333;
	padding:5px;
}

div.noticia	{	padding:5px;
				float:left;
				clear:both;
				}

