body {
	background-color: #DDDDDD;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a{
    color: black;
}

h1 {
	letter-spacing: normal;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #C0C0C0;
	display: block;
	margin: 0 auto;
	padding: 5px 20px;
	text-align: center;
}

h2 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #666666;
}

div.header {
	width: auto;
	background-color: black;
	background-image: url(../pic-libs/header.png);
	background-repeat: repeat-x;
	padding: 10px;
	background-attachment: scroll;
	background-position: left bottom;
	height: auto;
}
div.header img {
	border:none;
}

#container {
	background-color: #FFFFFF;
	height: 100%;
	_height: 100%;
	min-height: 300px;
}
#content0 {
	padding: 10px;
	float: left;
	width: 150px;
}


#content1 {
	padding: 10px;
	margin: 0px 270px 0px 170px;
}

#content2 {
	float: right;
	width: 250px;
	padding: 10px;
	text-align: left;

}

#sidebar1 {
	color: White;
	text-align: right;
	font-family: Verdana;
	font-size: 8pt;
	float: right;
	display: block;
}
#publix {
	width: 100%;
	text-align: center;
	color: #000000;
	clear: both;
	font-size: 11px;
}


#footer {
	width: 100%;
	text-align: center;
	color: #000000;
	clear: both;
	border-top: solid 2px #AAA;
	font-size: 11px;
	padding: 20px;
	background-color: #DDD;
}
.anun {
	float: left;
	width: 33%;
}
.padding {
	padding: 20px 10px;
}


span.fecha {
	font-weight: lighter;
	font-style: italic;
	color: #EC3800;
}

span.hora {
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: normal;
	color: White;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
	text-align: center;
	background-color: #097AC7;
	font-family: Georgia, "Times New Roman", Times, serif;
}

span.tituloE {
	color: #2B2B20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
}

span.horaE {
    border: 1px solid black;
    font-family: Tahoma;
    padding: 2px;
    font-size: x-small;
    color: black;
}

span.hora2 {
    background-color: Black;
    font-size: x-small;
    color: orange;
    padding-left: 5px;
    padding-right: 5px;
}

span.lugarE a {
	color: dark-gray;
	font-family: Trebuchet MS;
	font-size: 12pt;
}

div.contenido_real {
    margin: 0 auto;
    text-align: left;
    width: 500px;
    background-color: White;
    border: 1px solid dimgray;
    padding-left: 5px;
}

a.menu_horizontal:active { color: blue; text-decoration: none; padding: 2px; border: 1px solid rgb(230, 230, 230); }
a.menu_horizontal { font-family: Verdana; font-size:8pt;color: blue; text-decoration: none; padding: 2px; border: 1px solid rgb(230, 230, 230); }
a.menu_horizontal:hover { color: red; text-decoration: none; padding: 2px; border: 1px solid red; }

a.menu_principal:active { color: #fE7; text-decoration: none; }
a.menu_principal { color: #fE7; text-decoration: none; }
a.menu_principal:hover { color: #6DFF3F; text-decoration: none; background-color: black;}

input { border: 1px solid #111111; background-color: White; }


fulanito_total_* {
	margin: 0;
	padding: 0;
}

p.mensaje {
    border: 1px solid #3366CC;
    background-color: #D5DFF3
}


/* Seccion de tabs del menu.php */
ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #6c6; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #cfc; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

.sangria_pequenha {
	padding-left: 10px;
	
}

.ubicar {
	padding-left: 30px; 
	padding-top: 10px;
}
.nofloat {
	clear: both;
}

