body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #A74141;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
}


a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td img {
	display: block;
}
div.clear {
	clear: both;
}

div#contenedor {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
div#logo {
	float: left;
	height: 26px;
	width: 190px;
	display: inline;
	margin-top: 10px;
	margin-left: 30px;
}
div#menu {
	float: right;
	width: 475px;
	margin-top: 20px;
	margin-right: 20px;
	display: inline;
}
div#cuerpo {
	clear: both;
	padding-top: 15px;
}
div#imagen {
	padding-top: 4px;
	clear: both;
	background-image: url(../_imagenes/fondito-cabecera-cerezas.gif);
	background-repeat: repeat-x;
	background-position: top;
}
div.imagenes {
	width: 150px;
	padding: 4px;
	border: 1px solid #D1D1D1;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-color: #F1F1F1;
}
div#pie {
	height: 75px;
	margin-top: 20px;
	background-image: url(../_imagenes/fondo-pie-cerezas.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 11px;
}
div#textoPie {
	width: 400px;
	margin-left: 265px;
	line-height: 12px;
	padding-top: 25px;
	font-size: 10px;
}



div#tituloSeccion {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F1F1F1;
	padding-left: 265px;
}
div.columnaIzquierda {
	float: left;
	width: 250px;
	margin-top: 10px;
}
div.columnaDerecha {
	float: right;
	width: 495px;
	margin-top: 10px;
}
div.textoSeccion {
	width: 400px;
}


h1 {
	font-size: 14px;
	font-weight: bold;
	color: #BC5252;
	margin: 0px;
	padding: 0px;
}
p{
	line-height: 17px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2 {

	font-size: 12px;
	font-weight: bold;
	color: #BC5252;
	margin: 0px;
	padding: 5px 0px;
}
.inputs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	padding: 1px;
}

