/*
For some strange reason, this allows for body to have a margin-top and to displace its background accordingly
Therefore, this must be added to all templates with body background images in order to make the top toolbar work properly.		
*/
html
{	
	background: #ddd;
	margin: 0;
	PADDING: 0;
}

body 
{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	background: #ddd url('../img/body_bg.jpg') repeat-x;
	text-align: center;
}

#frame
{
	margin: auto;
	padding: 0;
	background: url('../img/frame_bg.jpg') no-repeat 0 0;
	width: 756px;
	border-top: 0;
}

#header
{
	height: 110px;
	background: url('../img/header_bg.jpg') no-repeat 50% 4px;
}

#header h2
{
	display: none;
}

#header h1
{
	font-size: 0;
	text-align: left;
}

#header h1 a
{
	color: white;
	padding: 0 350px 100px 0;
	margin-left: 66px;
}

#header ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 0.85em;
	padding: 10px 50px 0 0;
}

#header ul li
{
	display: inline;
	margin: 0 0 0 20px;
}

#highlight
{
	width: 700px;
	height: 203px;
	margin: auto;
	padding: 0;
	clear: both;
}

#menu
{
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 20px;

	float: left;
	width: 150px;
	height: 160px;

	font-size: 17px;
}

#menu li
{
	padding-left: 15px;
}

#menu li a
{
	color: white;
	text-decoration: none;
	border: none;
}

#menu li a:hover
{
	padding-left: 3px;
	text-decoration: none;
}

#menu li ul
{
	display: none;
}

#menu li.active
{
	background: url('../img/menu_active_bg.gif') no-repeat 0 50%;
}

#headline
{
	padding: 10px;
	height: 180px;

	margin-left: 190px;
	text-align: left;
}


#content
{
	clear: both;
	margin: 5px 28px 0 28px;
	
	padding: 15px;
	width:670px;
	
	text-align: left;
	background: white;
}

#left, #right
{
	width: 49%;
	margin: 10px 0 10px 0;
}

#left
{
	float: left;
}

#right
{
	margin-left: 50%;
}

#bottom
{
	clear: both;
}

#footer
{
	clear: both;
	font-size: 0.8em;
	background: white url('../img/footer_bg.jpg') no-repeat 0 0;
	margin: 0 28px 0 28px;
	padding: 20px 0 20px 0;
}

#footer h1
{
	font-size: 14px;
	margin-bottom: 5px;
	color: #333;
}

#footer p
{
	margin: 0;
	color: #444;
	text-align: center;
	margin-bottom: 3px;
}

/* TAGS */
h1,h2,h3
{
	margin: 0;
	font-weight: normal;
	color: #990000;
}

h1
{
	font-size: 2em;
}

h2
{
	font-size: 1.6em;
}

h3
{
	font-size: 1.3em;
}

a
{
	text-decoration: none;
	color: #325c0d;
}

a:hover
{
	border: none;
	text-decoration: underline;
}

h1 a,
h2 a,
h3 a
{
	color: #990000;
}

/*CAMBIOS DEL 27 DE NOVIEMBBRE .. PETICION POR PARTE DEL SAN CARLOS*/
#left, #right{
	width: 49%;
	margin: 0px;
}

#right{
	margin-left: 50%;
}

#minleft{
	float: left;
	width: 25%;
}

#minright{
	width: 70%;
	margin-left: 30%;/*float: left;*/

}

#maincontainer, #mincontainer{
        clear: both;
        width: 100%;
        margin: 10px 0 10px 0;
        float: left;
}

.slideshow li p {
	font-size: 13px;
	color: #50732F;
	font-weight: bold;
}

ul.phi_page_children
{
	list-style: none;
	margin: 0;
	padding: 10px;
	background: #eee;
	font-size: 1.1em;
}

#pagelink {
	background-image: url('../img/page_world.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 22px;
}

#maillink {
        background-image: url('../img/email.png');
        background-repeat: no-repeat;
        background-position: left;
        padding-left: 22px;
}

#pagelink a, #maillink a{
	font-size: 1.2em;
	/*font-weight: bold;*/
}

table.events tr {
	text-align: left;
}

table.events thead tr{
	color: #D37F03;
	background-color: #DDDDDD;
}
