@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}


#header {
	position:relative;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	padding:0px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 10px 5px -3px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 10px 5px -3px rgba(0,0,0,0.38);
	box-shadow: 0px 10px 5px -3px rgba(0,0,0,0.38);
	z-index:100;
}


.header img {
	max-width: 1125px;
	margin-top:10px;
	margin-bottom:10px;
}
.titulo_header img {
	max-width: 215px;
	margin:10px;
}
.logo_header img {
	max-width: 335px;
	margin:10px;
}
.claim_header img {
	max-width: 360px;
	margin:10px;
}

.menu {
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#3c6fb6;
	margin:5px;
	margin-top:30px;
	float:right;
}

.menu a{
	color:#3c6fb6;
}

#contenido {
	background-image: url(../img/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto;
	min-height: 80vh;
}

.caja_01 {
	position: relative;
	left: 41%;
	top: 0;
	width: 100%;
	max-width:350px;
	height: auto;
	z-index: 50;
	background-color: #FFFFFF;
	-webkit-box-shadow: 10px 10px 10px -4px rgba(0,0,0,0.38);
	-moz-box-shadow: 10px 10px 10px -4px rgba(0,0,0,0.38);
	box-shadow: 10px 10px 10px -4px rgba(0,0,0,0.38);
}

.texto_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 70px;
	color: #f79420;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 0;
	padding-top: 5%;
}

.linea{
	position: relative;
	width:90%;
	height:5px;
	margin-left:5%;
	margin-right:5%;	
	background: rgb(247,148,32);
	background: -moz-linear-gradient(90deg, rgba(247,148,32,1) 0%, rgba(255,255,255,1) 70%);
	background: -webkit-linear-gradient(90deg, rgba(247,148,32,1) 0%, rgba(255,255,255,1) 70%);
	background: linear-gradient(90deg, rgba(247,148,32,1) 0%, rgba(255,255,255,1) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f79420",endColorstr="#ffffff",GradientType=1);
}

.texto_02 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:25px;
	color:#3c6fb6;
	margin-left: 5%;
	margin-right: 5%;
	padding-bottom: 5%;
	padding-top: 5%;
	line-height:30px;
}



.caja_02 {
	position: relative;
	left: 30%;
	top: 33vh;
	width: 350px;
	height: 335px;
	z-index: 50;
	background-color: transparent;
	background-image: url(../img/fondo_caja2.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto;
-webkit-box-shadow: 34px 34px 13px -33px rgba(0,0,0,0.75);
-moz-box-shadow: 34px 34px 13px -33px rgba(0,0,0,0.75);
box-shadow: 34px 34px 13px -33px rgba(0,0,0,0.75);
}


.texto_03 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 30px;
	color: #f79420;
	margin-left: 19%;
	margin-right: 0%;
	margin-bottom: 0;
	padding-top: 21%;
	line-height: 36px;
}

.bot_medicos {
  display: block;
  margin-left: 20%;
  margin-right: 0%;
  margin-bottom: 0;
  margin-top: 5%;
}

.bot_pacientes {
  display: block;
  margin-left: 20%;
  margin-right: 0%;
  margin-bottom: 0;
  margin-top: 3%;
}


#footer {
	display: block;
	width:100%;
	height:100px;
	background-color: #f89224;

}


.footer img {
	max-width: 320px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.columnas {
	padding:0px !important;
}

div {
	/*width: 100%;*/
}



