/* Basic */
*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

body
{
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
	color: #555555;
}

a
{
	color: #007788;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.clear
{
	clear: both;
}

#pagina
{
width: 900px; 
background-color: #ffffff; 
left:10px; 
text-align:center; 
margin:auto; 
position: relative; 
}

#cabecera
{
	position: relative;
	text-align:center;
	top: 4.5em;
	background: #073C4C url('images/header.jpg') top right no-repeat;
	height: 135px;
	width: 100%;
}

#cabecera h1
{
	position: absolute;
	top: 1.0em;
	left: 1.0em; 
	font-size: 2.5em;
	color: #ffffff;
}

#cabecera h2
{
	position: absolute;
	top: 6em;
	left: 2.5em; 
	font-size: 1.0em;
	font-weight: normal;
	color: #ffffff;
}

#cabecera a
{
	color: #ffffff;
	text-decoration: none;
}


/* Menu */

#menu
{
	position: absolute;
	width: 100%;
	top: 0em;
	left: 0em;
	background: #007788 url('images/x3.gif') top left repeat-x;
	height: 4em;
}

#menu ul
{
	list-style: none;
	position: absolute;
	bottom: 0em;
	left: 1em;
}

#menu li
{
	display: block;
	float: left;
}	

#menu li a
{
	color: #fff;
	display: block;
	padding: 0.75em 1.25em 1.25em 1.25em;
	text-decoration: none;
}

#menu li a:hover
{
	background: #007788 url('images/x4.gif') top left repeat-x;
}

/* contenido */

#contenido
{
	position: relative;
	line-height: 1.7em;
	padding-top: 70px;
	text-align:left; 
	color: #333333;

}

#contenido p
{
	margin-bottom: 1em;
}

#contenido h2,h3,h4,h5,h6
{
	width: 100%;
	position: relative;
	left: -14px;
	margin: 0em -18px 1.2em 0em;
	color: #333333;
	padding: 0em 12px 0.0em 12px;
	font-size: 1.1em;
}

#contenido ul
{
	margin-bottom: 1em;
	padding-left: 1em;
}

#contenido blockquote
{
	border: dashed 1px #BFB793;
	background: #FFFEFB url('images/x5.gif') top left repeat-x;
	padding: 1em;
	margin-bottom: 1.5em;
}

#contenido blockquote p
{
	margin-bottom: 0em;
}

#contenido table
{
	margin-bottom: 1.5em;
	width: 100%;
}

#contenido table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#contenido table td
{
	padding: 0.5em;
}

#contenido table tr.rowA
{
	background: #FDFEFE url('images/x6.gif') top left repeat-x;
	color: inherit;
}

#contenido table tr.rowB
{
	background: #FFFEFC url('images/x7.gif') top left repeat-x;
	color: inherit;
}

/* Primary contenido */

#contenido
{
	position: relative;
	float: left;
	width: 100%;
}

#primero
{
	border: solid 1px #c0c0c0;
	position: relative;
	float: left;
	width: 18%;
	padding: 10px;
	margin-right: 5px;
	background: #f0f0f0;

}

#segundo
{
	position: relative;
	float: left;
	width: 52%;
	margin-right: 10px;
	padding: 12px;
}

#tercero
{
	position: relative;
	float: right;
	width: 16%;
	padding: 2px;
}


#pie
{
	border: solid 1px #c0c0c0;
	background: #f0f0f0;
	width: 100%;
	float: left;
}

.PopBoxImageSmall
{
   border: none 0px white;
   cursor: url("http://www.aytopriegodecordoba.es/images/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
   border: solid thin #CCCCFF;
   cursor: url("http://www.aytopriegodecordoba.es/images/magminus.cur"), pointer;
}

