/*
	Reseteo del css para que sea lo más estándar posible entre navegadores. Escrito por Héctor Paúl Cervera García (Onofre producciones y digitápolis.com)
*/

html, body, div, span, applet, object, button, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	/*font-weight: inherit;
	font-style: inherit;
	font-size: 100%;*/
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	}
	
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background: white;
	line-height: 1;
	color: black;
	}
ol, ul {
	list-style: none;
	}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { 
	border:none 
}

/* de-italicize address */
address { 
	font-style:normal 
}

/*
	Fin del reseteo css
*/

html
{
	height:100%;
	width:100%;
}

body
{
	width:100%;
	height:100%;
}

a 
{
	text-decoration:none;
	color:#FF00FF;
}

a:visited 
{
	text-decoration:none;
	color:#FF00FF;
}

a:hover
{
	text-decoration:underline;
	color:#FF00FF;
}

.divCentral
{
	width: 775px;
	height: 100%;
}

.divCabecera
{
	width: 775px;
	height: 100px;
	background-image: url(cabeceraplaya.jpg);
	border: red, 5px;
}

.divMenu
{
	width: 775px;
	height: 85px;
}

.divLateralIzq
{
	width: 285px;
	float: left;
}

.divContenido
{
	width: 490px;
	float: right;
	margin-bottom:40px;
	font-family: Helvetica, Arial, Tahoma, Sans-serif;
	color: black;
	font-size: small;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
}

.divMitadContenido
{
	width: 240px;
	float:right;
	font-family: Helvetica, Arial, Tahoma, Sans-serif;
	color: black;
	font-size: small;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
}

.divMitadContenidoDentro
{
	width: 220px;
	float:left;
	font-family: Helvetica, Arial, Tahoma, Sans-serif;
	color: black;
	font-size: small;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
	margin-right: 20px;
}

.divDentroContenido
{
 	width: 410px;
	height: 100%;
	font-family: Helvetica, Arial, Tahoma, Sans-serif;
	color: black;
	font-size: small;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
}

.textSmallCaps
{
	font-variant: small-caps;
}

.divSobreDentroContenido
{
	width: 490px;
	height: 25px;
}

.divEjTrabajo
{
width: 100px;
height: 100px;
float: left;
background-color: black;
margin: 12px;
border: solid 1px black;
}

.divEjTrabajoHor
{
width: 210px;
height: 100px;
background-color: black;
margin: 12px;
border: solid 1px black;
float: left;
}

.divEjTrabajoHor2
{
width: 226px;
height: 100px;
background-color: white;
margin: 12px;
border: solid 1px white;
font-family: Helvetica, Arial, Tahoma, Sans-serif;
color: black;
font-size: small;
font-weight: normal;
text-align: left;
line-height: 20px;
float: right;
}

.divEjTrabajoVer
{
width: 100px;
height: 226px;
float: left;
background-color: black;
margin: 12px;
border: solid 1px black;
}

.divBarraInferior
{
	width: 775px;
	height: 25px;
	background-color: black;
	color: white;
	text-align: center;
	font-family: Helvetica, Arial, Tahoma, Sans-serif;
	font-size: small;
	line-height:20px;
	clear:right;
}

.listaindex
{
	list-style-image: url(gota.gif);
	margin-left: 15px;
}

.titulo
{
	font-size: medium;
	margin-bottom:10px;
	margin-top:20px;
}

.titulonotop
{
	font-size: medium;
	margin-bottom:10px;
}


