div
{
	font-family: arial, sans-serif;
	font-size: 11px;
}

input
{
	font-family: arial, sans-serif;
	font-size: 10px;
	border: 1px solid #7f8c92;
	background-color: #d7d7d7;
}

textarea
{
	font-family: arial, sans-serif;
	font-size: 10px;
	border: 1px solid #7f8c92;
	background-color: #d7d7d7;
}


.left_menu_item
{
	position: relative; 
	background-repeat: no-repeat; 
	height: 35px; 
	background-image: url(../images/left_menu_entry_bkg.png);
}

.left_menu_item2
{
	position: relative; 
	background-repeat: no-repeat; 
	height: 40px; 
	background-image: url(../images/left_menu_entry_bkg2.png);
}

.left_menu_item_text
{
	position: absolute; 
	font-size: 11px;
	left: 30px; 
	top: 15px;
}

.left_menu_item_text a
{
	text-decoration: none;
	color: black;
}

.left_menu_item_text a:hover
{
	text-decoration: underline;
}

.texto_telefonos
{
	color: #004488;
}

.texto_telefonos a
{
	color: #004488;
	text-decoration: underline;
}

.texto_noticias
{
	color: #004488;
}

.texto_noticias a
{
	color: #004488;
	text-decoration: none;
}

.texto_noticias a:hover
{
	text-decoration: underline;
}



.texto_contactar a
{
	color: #004488;
	text-decoration: none;
}

.texto_contactar a:hover
{
	text-decoration: underline;
}

.radiobutton_login
{
	border: none;
	background-color: #d85215;
}

.agenda_titulo
{
	color:#b10330;
	font-size: 12px;
	padding-bottom: 4px;
}

.agenda_titulo a
{
	color:#b10330;
	text-decoration: none;
}

.agenda_titulo a:hover
{
	text-decoration: underline;
}

.agenda_dia_semana
{
	font-size: 9px;
}

.zona_central
{
	float: left; 
	width: 435px; 
	color: 707c81;
}

.zona_central a
{
	color: #004488;
	text-decoration: none;
}

.zona_central a:hover
{
	text-decoration: underline;
}

.submenu_item_text 
{
	padding-bottom: 5px;
}

.submenu_item_text a
{
	text-decoration: none;
	color: black;
}

.submenu_item_text a:hover
{
	text-decoration: underline;
}

.tabla_laboratorio 
{
	border-collapse: collapse;
}

.tabla_laboratorio td
{
	vertical-align: top;
	border: 1px solid black;
}

