body {
	background-image: url('img/background.png');
	margin:0px;

	font-size:13px;
	font-family:helvetica;
	color:#333;
	text-align:center;
}

a	{
	color:#CF5E0A;
	text-decoration:underline;
}

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

#adminbar {
background:#ff8800;
padding:5px 0px;
border-bottom:1px solid black;
color:black;
}
#adminbar a {color:white;text-decoration:none; }
#adminbar a:hover {text-decoration:underline; }

#header {
background: url('img/fondohead3.png');
margin:0px auto;
margin-top:25px;
height:105px;
border-top	:7px solid #C75A18;
border-bottom	:15px solid #FF9900 ;
z-index:300;
}

#header .head {
border:0px;
margin-right:800px;
margin-top:-18px;
z-index:30000;
}


#header .menu {

margin-left:680px;
margin-top:-48px;
z-index:500000;
}

#header .menu a {
color:#ffffff;
text-decoration:none;
padding:4px 10px 4px 10px;
background:#ee7700;

}


#header .menu a:hover {
background:#FF9900;
}

#header .menu .activo {
background:#FF9900;
padding:7px 10px 4px 10px;
border:0px solid black;


}


#contenedor {
	width:1000px;
	margin:0 auto;
	text-align:left;
}

#contenido {
	width:770px;
	background:white;
}

#columna {
background:url('img/fondomenu.png');
width:230px;
float:right;
min-height:380px;
}

#columna #caja {
padding:5px 15px;
}


#columna #caja ul
{
list-style-type:none;
padding:0px;
margin:0px;
}

#columna #caja li
{
padding-left:5px;
color:white;
}

#columna #caja span li {
text-transform:capitalize;
}

#columna #caja li a
{
color:#E4E4E4;
text-decoration:none;
}

#columna #caja li a:hover
{
text-decoration:none;
background-color:#9D4F00;
color:#fff;
}


#left {
width:270px;
float:left;
background:white;
}


#left #caja_agenda {
background:url('img/hojarugada4.png') no-repeat;
font-family:comic sans ms, sans;
height:395px;
}

#left #caja_agenda .etiqueta {
margin-left:15px;
margin-top:20px;
}
#left #caja_agenda p {
margin:0px;
padding-left:20px;
color:#666;
margin-bottom:7px;
}

.stepcarousel{
margin:0px 20px;
margin-bottom:10px;
position: relative; /*leave this value alone*/
overflow: hidden; /*leave this value alone*/
width: 230px; /*Width of Carousel Viewer itself*/
height: 80px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0px;
top: 0;
}

.stepcarousel .panel{
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin:0px auto;
color:#333;
float: left; /*leave this value alone*/
width:230px;
font-weight:normal;
font-size:15px;
}

.stepcarousel .panel span{
font-size:15px;
font-weight:bold;
padding-left:0px;
}

.stepcarousel .panel a{
display:block;
text-align:right;
}

#agenda_chica  {
font-family:tahoma;
width:250px;
margin-left:5px;
}


#agenda_chica a {
text-decoration:none;
}

#agenda_chica td:hover {
background:#F2F1B3;
}

#agenda_chica td span {
display:block;
background:#FF9900;
width:100%;
font-style:none; 
font-weight:none;
float:left;
color:#FFF;
font-size:10px;}

#agenda_chica td {
border:1px solid #c0c0c0;
cursor:auto;
background:#ebebeb;
padding:1px;
text-align:center;
font-size:15px;
text-spacing:-1px;
filter: alpha(opacity=30); opacity: .3
}

.right {
display:block;
text-align:right;
padding-right:10px;
}

#dhtmltooltip{
position: absolute;
width: 250px;
border: 4px solid black;
padding: 10px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
text-align:left;
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#agenda_chica .algo {
filter: alpha(opacity=100); opacity: .9;
cursor:pointer;
border:0px solid #c0c0c0;
}

#agenda_chica .hoy {
border:2px solid gray;
}

#agenda_chica td small {
display:block;
width:100%;
font-weight:bold;
color:#999;
font-size:9px;}


#caja_encuesta {
background: url('img/flores.png');
margin-top:10px;
margin-left:5px;
font-family:comic sans ms, tahoma;
}
#caja_encuesta #interior {
padding:5px 10px;
}

#caja_beretta {
background:url('img/bere2.png') no-repeat;
margin-top:10px;
margin-left:5px;
height:120px;
}
#caja_beretta #interior {
padding:5px 5px;
}

#caja_facebook {
margin-top:10px;
margin-left:5px;
border:0px;
padding:0;
}

#cuerpo {
margin-left:290px;
margin-right:10px;
padding-top:10px;
}

#cuerpo #int
{
padding:10px 10px;
}


#pagina {
padding:25px;
}

#footer {
	width:1000px;
	margin:10px auto;
	min-height:50px;
	z-index:2;
	background:white;
	border-bottom	:3px solid #EFA87C;
	border-top	:3px solid #FFD697;
	border-left	:0px solid silver;
	border-right	:0px solid silver;
	text-align:right;
	color:#777;
}

