/* CSS Document */
/*===========LOGIN=======================*/
#bot1 {
	border: 0 0 0 0;
	padding: 0;
	text-align: center;
}
#bot1 a {
	background-image:url(Images/mockup_head_03.jpg);
	height:26px;
	width:87px;
	background-position: center top;
	display: block;
	color: #990000;
	text-decoration: none;
	padding-top: 0px;
	background-repeat: no-repeat;
	font-weight: bold;
}
#bot1 a:hover {
	background-image:url(Images/mockup_head_03.jpg);
}
#bot1 a:focus {
	background-image:url(Images/mockup_head_03.jpg);
}
/*===========REGISTRO=======================*/
#bot2 {
	border: 0 0 0 0;
	padding: 0;
	text-align: center;
}
#bot2 a {
	background-image:url(Images/mockup_head_04.jpg);
	height:26px;
	width:88px;
	background-position: center top;
	display: block;
	color: #990000;
	text-decoration: none;
	padding-top: 0px;
	background-repeat: no-repeat;
	font-weight: bold;
}
#bot2 a:hover {
	background-image:url(Images/mockup_head_04.jpg);
}
#bot2 a:focus {
	background-image:url(Images/mockup_head_04.jpg);
}
/*===========MENU======================*/
#inicio {
	border: 0 0 0 0;
	padding: 0;
	text-align: center;
}
#inicio a {
	background-image:url(Images/mockup_menu_02.jpg);
	height:30px;
	width:60px;
	background-position: center top;
	display: block;
	color: #990000;
	text-decoration: none;
	padding-top: 0px;
	background-repeat: no-repeat;
	font-weight: bold;
}
#inicio a:hover {
	background-image:url(Images/mockup_menu_roll_02.jpg);
}
#inicio a:focus {
	background-image:url(Images/mockup_menu_roll_02.jpg);
}


#programa {
	border: 0 0 0 0;
	padding: 0;
	text-align: center;
}
#programa a {
	background-image:url(Images/mockup_menu_03.jpg);
	height:30px;
	width:101px;
	background-position: center top;
	display: block;
	color: #990000;
	text-decoration: none;
	padding-top: 0px;
	background-repeat: no-repeat;
	font-weight: bold;
}
#programa a:hover {
	background-image:url(Images/mockup_menu_roll_03.jpg);
}
#programa a:focus {
	background-image:url(Images/mockup_menu_roll_03.jpg);
}
#econtinua {
	border: 0 0 0 0;
	padding: 0;
	text-align: center;
}
#econtinua a {
	background-image:url(Images/mockup_menu_04.jpg);
	height:30px;
	width:158px;
	background-position: center top;
	display: block;
	color: #990000;
	text-decoration: none;
	padding-top: 0px;
	background-repeat: no-repeat;
	font-weight: bold;
}
#econtinua a:hover {
	background-image:url(Images/mockup_menu_roll_04.jpg);
}
#econtinua a:focus {
	background-image:url(Images/mockup_menu_roll_04.jpg);
}
#clinica {
	border: 0 0 0 0;
	padding: 0;
	text-align: center;
}
#clinica a {
	background-image:url(Images/mockup_menu_05.jpg);
	height:30px;
	width:68px;
	background-position: center top;
	display: block;
	color: #990000;
	text-decoration: none;
	padding-top: 0px;
	background-repeat: no-repeat;
	font-weight: bold;
}
#clinica a:hover {
	background-image:url(Images/mockup_menu_roll_05.jpg);
}
#clinica a:focus {
	background-image:url(Images/mockup_menu_roll_05.jpg);
}
#servicios {
	border: 0 0 0 0;
	padding: 0;
	text-align: center;
}
#servicios a {
	background-image:url(Images/mockup_menu_06.jpg);
	height:30px;
	width:148px;
	background-position: center top;
	display: block;
	color: #990000;
	text-decoration: none;
	padding-top: 0px;
	background-repeat: no-repeat;
	font-weight: bold;
}
#servicios a:hover {
	background-image:url(Images/mockup_menu_roll_06.jpg);
}
#servicios a:focus {
	background-image:url(Images/mockup_menu_roll_06.jpg);
}
#nosotros {
	border: 0 0 0 0;
	padding: 0;
	text-align: center;
}
#nosotros a {
	background-image:url(Images/mockup_menu_07.jpg);
	height:30px;
	width:83px;
	background-position: center top;
	display: block;
	color: #990000;
	text-decoration: none;
	padding-top: 0px;
	background-repeat: no-repeat;
	font-weight: bold;
}
#nosotros a:hover {
	background-image:url(Images/mockup_menu_roll_07.jpg);
}
#nosotros a:focus {
	background-image:url(Images/mockup_menu_roll_07.jpg);
}
#contacto {
	border: 0 0 0 0;
	padding: 0;
	text-align: center;
}
#contacto a {
	background-image:url(Images/mockup_menu_08.jpg);
	height:30px;
	width:86px;
	background-position: center top;
	display: block;
	color: #990000;
	text-decoration: none;
	padding-top: 0px;
	background-repeat: no-repeat;
	font-weight: bold;
}
#contacto a:hover {
	background-image:url(Images/mockup_menu_roll_08.jpg);
}
#contacto a:focus {
	background-image:url(Images/mockup_menu_roll_08.jpg);
}
/*====================FOOTER======================*/
#footer {
	width:100%; /*menos porque debemos sumar el padding del div contenido*/
	height: 138px;
	background-position:bottom;
	background-image: url(Images/bkg_footer.jpg);
	position: relative;
	vertical-align: bottom;
	background-repeat:repeat-x;
}
.mensaje{
font-size: 12px;
color:#0000FF;
}
.error{
font-size: 12px;
color:#FF0000;
}

