/* CSS Document */

body,td,th {
	color: #333333;
}

.style1 {
	color: #000000;
	font-size: 13px;
}
.style2 {color: #C80203;	font-size: 18px;}
.style3 {font-size: 9px}
.style4 {font-size: 13px}
.style5 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5C5C5C;
}
.style6 {
	color: #C80203;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.style7 {
	font-size: 14
}
.style8 {
	font-size: 14px;
	color:#333333;
	}


#direccion_left {
	float:left;
	width:180px;
	height:145px;
	padding:10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 120px;
	text-align: center;
}

#direccion_center {
	float:left;
	width:180px;
	height:145px;
	padding:10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 68px;
	text-align: center;
}

#direccion_right {
	float:right;
	width:180px;
	height:145px;
	padding:10px;
	margin-top: 5px;
	margin-right: 120px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
}
#add_left {
	float:left;
	width:180px;
	height:145px;
	padding:10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 100px;
	text-align: center;
}

#add_center {
	float:left;
	width:180px;
	height:145px;
	padding:10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 29px;
	text-align: center;
}

#add_right {
	float:right;
	width:180px;
	height:145px;
	padding:10px;
	margin-top: 20px;
	margin-right: 100px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
}

/* Global Container Styles */
.container {
	width:810px;
	margin:0px auto;
	text-align:left;
}
#headeroffset {
	margin-top:35px; /* headerbar floats, set a one-off margin offset */
}
/* Large buttons on the main homepage                */ 
/* ------------------------------------------------- */

/* the png graphics have the normal and rollover states stacked vertically*/
/* to reduce loadtime flicker*/

.buttonbar {
	height: 268px;
	margin-top: 10px; /* margin for gradient bar at top */
}
.buttonbar a {
	height: 264px;
	width: 264px;
	display:inline;
	float:left;
	font-size: 0px;
	color: #FFFFFF;
	text-decoration: none;
	overflow: hidden;
	font-weight: normal;
	text-align: left;
}
.buttonbar #medicos {
	font-size: 0px;
	text-indent: -100px;
	background: url("../images/medicos.jpg") 0 0 no-repeat;
}
.buttonbar #medicos:hover {
    background-position: 0 -266px; /*rollover state is in png below norm state*/
	font-size: 11px;
	text-decoration: none; 
	text-indent: 0px;
}

.buttonbar #consultas {
	margin-left: 7px;
	margin-right: 7px;
	font-size: 0px;
	text-indent: -100px;
	background: url("../images/consultas.jpg") 0 0 no-repeat;
}
.buttonbar #consultas:hover {
    background-position: 0 -266px; /*rollover state is in png below norm state*/
	font-size: 11px;
	text-decoration: none; 
	text-indent: 0px;
}
.buttonbar #pacientes {
	background: url("../images/pacientes.jpg")  0 0 no-repeat;
	font-size: 0pt;
	text-indent: -100px;
}
.buttonbar #pacientes:hover {
    background-position: 0 -266px; /*rollover state is in png below norm state*/
	text-decoration: none; 
	font-size: 11px;
	text-indent: 0px;
}
.buttonbar DIV {
	display:inherit;
	margin: 218px 12px 9px 10px;
	padding: 0;
}
