@charset "utf-8";
/* CSS Document */
* {
padding: 0px;
margin: 0px;
}

body {
	color: #555555;
	font-size: 15px;
	*font-size: 14.5px;
	font-family: calibri, Arial, Helvetica, Sans-Serif;
	margin: 0px auto 0px 0px;
	padding: 0px;
	font-weight: normal;
	background-image: url(../images/bottombg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

a {
	color: #007CC3;
	text-decoration: none;
}
a:hover {
	color: #007CC3;
	text-decoration: underline;
}
h2 {
	font-family: calibri, Arial, Helvetica, sans-serif;
	color: #007CC3;
	letter-spacing: -1px;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: -2px;
	margin-top: -3px;
}


/************************************************
*	General										*
************************************************/
/* The Reset ---------------------------------- */
body,div,dl,dt,dd,ul,li,h1,h3,h4,h5,
h6,form,fieldset,input,blockquote,table,
th,td { margin:0; padding:0; }

fieldset,img,abbr {
	border:0;
}
#intro {
	background-color: #FFFFFF;
	position: absolute;
	z-index: 999;
	height: 180%;
	width: 100%;
	left: 0px;
	top: 0px;
	cursor:pointer;
}

#caja {
	width: 100%;
}

#header {
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 120px;
	text-align: center;
	clear: both;
	min-width: 1024px;
	background-image: url(../images/headbg.jpg);
}
#menu {
	background-repeat: repeat-x;
	background-position: left -1px;
	height: 70px;
	width: 100%;
	min-width: 1024px;
	background-image: url(../images/menubg.jpg);
}
#menu-top-center {
	text-align: center;
	padding-top: 5px;
	width: 950px;
	min-width: 950px;
	clear: both;
	height: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#wrap {
	width: 1000px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	height: auto;
}
#encabezado {
	background-image: url(../images/encabezadobg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
}
.encabezado-servicios {
	
}

#contenido {
	float: left;
	width: 650px;
	margin-left: 43px;
}
.block-video {
	clear: both;
}

#contenido-video {
	float: left;
	border: 1px solid #CCCCCC;
	padding-right: 4px;
	padding-left: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-bottom: 4px;
}

#contenido-texto {
	padding-left: 22px;
	text-align: justify;
	padding-right: 20px;
}

#right {
	float: left;
	width: 250px;
	margin-left: 15px;
}
#elegirnnos {
	margin-top: 20px;
	*margin-top: 10px;
}

#banner-servicios {
	width: 230px;
	margin-left: 10px;
	text-align: center;
}
#banner-comuniquese {
	width: 230px;
	margin-left: 10px;
	text-align: center;
	padding-top: 20px;
}
#bloque1 {
	margin-left: 3px;
}



#bloque1-planes {
}
#bloque1-line {
	margin-right: 40px;
	margin-left: 40px;
}
#bloque2 {
	margin-top: 20px;
}
#opinion {
	font-size: 13px;
	font-weight: bolder;
	width: 730px;
	margin-right: auto;
	margin-left: auto;
}
#bloque3 {


}
#bloque3-servicios {
	width:100%;
	padding-top:20px;
	height: 240px;
}
#internacion-domiciliaria {
	width: 380px;
	background-image: url(../images/internacion_domiciliaria.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 218px;
	float: left;
}

#bloque3-elegirnos {
	width: 350px;
	font-size: 12px;
	font-weight: bolder;
	text-indent: 12px;
	margin-top: 160px;
	padding-top: 7px;
}
#contact-info {
	float: left;
	width: 180px;
	margin-left: 25px;
	text-align: right;
	vertical-align: bottom;
	height: 335px;
	border-right-width: 1.5px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-right: 20px;
	margin-bottom: 26px;
}
#contact_form {
	text-align: left;
	margin-bottom: 25px;
	margin-left: 10px;
	width: 400px;
	float: left;
}

#campos {
	float: left;
	width: 100%;
}
#mensaje    {
	font-family: calibri, arial;
	font-size: 13px;
	color: #333333;
	border: 1.5px solid #999999;
	-moz-border-radius:5px;
	margin-left: 3px;
	background-color: #FFFFFF;
	*width: 225px;
}

input {
	margin:4px;
	padding:2px 0;
	color:#333333;
	font-family: calibri;
	font-size: 13px;
	border: 1.5px solid #999999;
	-moz-border-radius:5px;
}
label.error {
	font-weight:bolder;
	color:red;
	text-align:left;
	background: transparent url(/images/cancel.png) no-repeat scroll left;
	vertical-align: top;
	font-size: 11px;
}
input.button {
	top:304px;
	left:139px;
	*left:0px;
	padding:3px;
	color:#007CC3;
	background:#CCC;
	-moz-border-radius:5px important!;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 188px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

input.button:hover		{
	color:white;
	background-attachment: scroll;
	background-color: #007CC3;
	background-image: none;
	background-repeat: repeat;
	background-position: 0% 0%;
}

#message							{
	margin-top: 100px;
	margin-left: 40px;
}
#message h2						{
	font-size:150%;
	color:#666666;
	font-weight: bolder;
	white-space: pre;
	margin-bottom: -5px;
}
#message p						{
	color:#666666;
	font-weight:bold;
	margin:6px 0px;
}
#checkmark						{
	top:-46px;
	left:-60px;
}




#footer {
	background-color: #FFFFFF;
	height: 100px;
	width: 100%;
	text-align: center;
	min-width: 1024px;
}
#menu-bottom {
	background-image: url(../images/footmenubg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 40px;
	text-align: center;
	padding-top: 0px;
	margin-bottom: 10px;
}
#menu-bottom-webmail {
	margin-left: 50px;
	padding-top: 8px;
	position: absolute;
}
#menu-bottom-bt {
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
	display: inline-block;
	font-family: calibri;
	color: #999999;
	font-size: 15px;
}
#menu-bottom-bt a{
	text-decoration: none;
	color: #cacaca;
}
#menu-bottom-bt a:hover{
	text-decoration: none;
	color: #007CC3;
}
#footer-logo {
	margin-top: 5px;
	display: inline-block;
}
#footer-direccion {
	text-align: left;
	vertical-align: top;
	display: inline-block;
	padding-top: 10px;
	padding-left: 20px;
	font-size: 12px;
}
