body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: white;
}

body {
	background-color: #B0B4C0;
	margin: 0 0;
	padding: 0 0;
}

a:hover{
	color: #008000;
}

.encabezado {
	background-image : url(04_vineta_fondo.gif);
	border-bottom : 13px solid #7074B0;
}

.menuArriba {
	font-size: 14px;
	font-weight : bold;
	font-style : italic;
	text-align: right;
	border-bottom: 1px solid #009800;
	padding: 5px 30px;
	color: #b60000;
}

.menuArriba a {
	text-decoration : none;
	color: #009800;
}


h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
}




.logoConectu {
	text-align: center;
	margin-top: 20px;
}


.pie {
	text-align: center;
	color: white;
	background-color: #4048a0;
	padding: 5px; 
	font-weight: bold;
	border-top :5px solid #7074B0;
}

.pie a {
	color: yellow;
}


.contenidos {
	margin: 10px 30px;
	text-align: justify;
}

p{
}


.foto {
	margin: 40px 0;
	text-align : center;
	font-weight : bold;
}


/* Formulario de contacto */

.contactForm td { background-color: #f8f8f8; border: 1px solid #cccccc; padding: 4px; margin: 4px; }
