@charset "utf-8";

/* CSS Document */
body{
	font-family:Arial;
	height:100%;
	margin:0px;
	background-image: url(../_img/fondo_azul.png);	
}
#contenedor{
	width:980px;
	height:950px;
	margin:auto;
	background-color: #FFF;	
}
.logo{
	width:300px;
	height:113px;
	float:left;
	background-image: url(../_img/logomycaresombra.png);
	background-repeat: no-repeat;
	margin-left:40px;
	margin-top:20px;
}
.menu-horizontal{
	width:980px;
	height:40px;
	float:left;
}
/*SLIDE*/
.slide{
	width:960px;
	height:auto;
	float:left;
}
.fadein { position:relative; width:960px; height:300px; }
.fadein img { position:absolute; left:10px; top:0; }

/*CONTENIDO*/
.contenido{
	width:960px;
	height:auto;
	float:left;
}
hr{
	background-color:#CCC;
	height:1px;
}
.bienvenida{
	width:900px;
	height:auto;
	float:left;
	margin-left:20px;
	margin-top:15px;
}
.bienvenida h1{
	font-size:30px;
	color: #2cbeef;
	font-weight: bold;
	padding: 5px;
	margin-top: 10px;
	text-shadow: #C0C0C0 3px 3px 3px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#C0C0C0', Direction=135, Strength=4);
	margin:0px;
}
.bienvenida h2{
	font-size:15px;
	color:#000;
	margin-left:10px;
	font-weight:normal;
}
/*INFORMACION*/
.informacion{
	width:950px;
	height:300px;
	float:left;
	margin-top:30px;
}

/*INF-SERVICIOS*/
.inf-servicio{
	width:250px;
	height:270px;
	float:left;
	margin-left:70px;
	background-image:url(../_img/mycarecuadro.png);
	background-repeat:no-repeat;
}
.texto-inf{
	width:200px;
	height:50px;
	float:left;
	margin-top:65px;
	margin-left:20px;
	font-size:12px;
	font-weight: normal;
	text-align: justify;	
}
.img-mycare{
	width:150px;
	height:100px;
	float:left;
	background-image: url(../_img/medicos.png);
	background-repeat: no-repeat;
	margin-top:15px;
	margin-left:50px; 
}

/*INF-MEDICOS*/
.inf-medicos{
	width:250px;
	height:270px;
	float:left;
	margin-left:45px;
	background-image:url(../_img/serviciosmycare.png);
	background-repeat:no-repeat;
}
.texto-medicos{
	width:200px;
	height:65 px;
	float:left;
	margin-top:65px;
	margin-left:20px;
	font-size:12px;
	font-weight: normal;
	text-align: justify;	
}
.img-servicios{
	width:150px;
	height:100px;
	float:left;
	background-image: url(../_img/tarjeta.png);
	background-repeat: no-repeat;
	margin-top:15px;
	margin-left:50px; 
}

/*INF-DATOS*/
.inf-datos{
	width:250px;
	height:270px;
	float:left;
	margin-left:40px;
	background-image:url(../_img/apoyo.png);
	background-repeat:no-repeat;
}
.texto-datos{
	width:200px;
	height:70px;
	float:left;
	margin-top:65px;
	margin-left:20px;
	font-size:12px;
	font-weight: normal;
	text-align: justify;
}
.img-familia{
	width:150px;
	height:100px;
	float:left;
	background-image: url(../_img/familia.png);
	background-repeat: no-repeat;
	margin-top:15px;
	margin-left:50px; 
}

/*PIE*/
.pie{
	width:980px;
	height:50px;
	margin:auto;
	background-image: url(../_img/main-bg4.png);
	background-repeat: repeat-x;	
}
.text-pie{
	width:950px;
	height:auto;
	float:left;
}
.menu-pie{
	width:400px;
	height:40px;
	float:left;
	margin-top:10px;
	margin-left:10px;
}
#navi {  
	list-style:none;
	margin:0;
	padding:0;
}
#navi li {
	margin:2px;
	padding:2px;
	float:left; 
}
#navi li a {
	display:block; 
	padding:4px 0;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
#navi li a:hover {
	color:#CCC;
}
.pie-mycare {
	width:400px;
	float:left;
	height:30px;
	font-family: Arial;
	font-size: 10px;
	font-style: italic;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

/*QUIENES SOMOS*/
#contenedor-quienes{
	width:980px;
	height:800px;
	margin:auto;
	background-color: #FFF;	
}
.quienes_somos{
	width:940px;
	height:650px;
	float:left;
	margin-top:30px;
	margin-left:20px;
}
.quienes_somos h1{
	font-size:30px;
	color: #2cbeef;
	font-weight: bold;
	padding: 5px;
	margin-top: 10px;
	text-shadow: #C0C0C0 3px 3px 3px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#C0C0C0', Direction=135, Strength=4);
	margin:0px;
}
.cuadro-quienes{
	width:450px;
	height:350px;
	float:left;
	margin-left:40px;
	margin-top:25px;
	background-color:#ecf0f1;
	/*esquinas redondeadas*/
  	-webkit-border-radius:2ex;
 	 -moz-border-radius:2ex;
	 -webkit-border-radius: 7px;
	 border-radius:2ex;
	 behavior:url(border-radius.htc);
	 -khtml-border-radius: 10px;
	/*sombras*/
	*box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	-moz-box-shadow: 2px 2px 5px #999;
 	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4);
	behavior: url(/PIE.htc);
}
.text-quienes{
	width:400px;
	height:200px;
	float:left;
	padding:20px;
	text-align:justify;
	font-size:14px;
	margin-top:25px;
}
.img-quienes{
	width:360px;
	height:374px;
	float:left;
	background-image:url(../_img/quienesSomos.png);
	background-repeat: no-repeat;
	margin-top:25px;
	margin-left:15px;
}
.botones{
	width:900px;
	height:60px;
	float:left;
	margin-top:30px;
	margin-left:30px;
}
.antecedentes{
	width:100px;
	height:40px;
	float:left;
	background-image: url(../_img/fondoBoton.png);
	background-repeat: repeat-x;
	margin-left:30px;
	/*esquinas redondeadas*/
  	-webkit-border-radius:1ex;
 	-moz-border-radius:1ex;
	-webkit-border-radius: 4px;
	 border-radius:1ex;
	 behavior:url(border-radius.htc);
	-khtml-border-radius: 4px;
	/*sombras*/
	*box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	-moz-box-shadow: 2px 2px 5px #999;
 	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4);
	behavior: url(/PIE.htc);
}
#ante {  
	list-style:none;
	margin:0;
	padding:0;
}
#ante li {
	margin-left:20px;
	margin:5px;
	padding:2px;
	float:left;
}
#ante li a {
	display:block;
	padding:4px 0;
	text-align:center;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
#ante li a:hover {
	color: #333;
}
.mision{
	width:100px;
	height:50px;
	float:left;
	background-image: url(../_img/fondoBoton.png);
	background-repeat:repeat;
	margin-left:20px;
	/*esquinas redondeadas*/
  	-webkit-border-radius:1ex;
	-moz-border-radius:1ex;
	-webkit-border-radius: 4px;
	border-radius:1ex;
	behavior:url(border-radius.htc);
	-khtml-border-radius: 4px;
	/*sombras*/
	*box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	-moz-box-shadow: 2px 2px 5px #999;
 	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4);
	behavior: url(/PIE.htc);
}
#vis {  
	list-style:none;
	margin:0;
	padding:0;
}
#vis li {
	margin:5px;
	padding:2px;
	float:left;
}
#vis li a {
	display:block;
	padding:4px 0;
	text-align:center;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
#vis li a:hover {
	color:#333;
}
.valores{
	width:100px;
	height:40px;
	float:left;
	background-image: url(../_img/fondoBoton.png);
	background-repeat:repeat;
	margin-left:20px;
	/*esquinas redondeadas*/
  	-webkit-border-radius:1ex;
	-moz-border-radius:1ex;
	-webkit-border-radius: 4px;
	border-radius:1ex;
	behavior:url(border-radius.htc);
	-khtml-border-radius: 4px;
	/*sombras*/
	*box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	-moz-box-shadow: 2px 2px 5px #999;
 	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4);
	behavior: url(/PIE.htc);
}
#val {  
	list-style:none;
	margin:0;
	padding:0;
}
#val li {
	margin:7px;
	margin-left:25px;
	padding:2px;
	float:left;
}
#val li a {
	display:block;
	padding:4px 0;
	text-align:center;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
#val li a:hover {
	color:#333;
}
/*COMO AFILIARSE*/
.como-afiliarse{
	width:940px;
	height:650px;
	float:left;
	margin-top:30px;
	margin-left:20px;
}
.como-afiliarse h1{
	font-size:30px;
	color: #2cbeef;
	font-weight: bold;
	padding: 5px;
	margin-top: 10px;
	text-shadow: #C0C0C0 3px 3px 3px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#C0C0C0', Direction=135, Strength=4);
	margin:0px;
}
.como-afiliarse h2{
	font-size:17px;
	text-align:justify;
	margin-left:15px;
	color:#000;
	margin-bottom:30px;
	margin-top:20px;
	font-weight: normal;
}
.cuadro-afiliarse{
	width:900px;
	height:550px;
	background-color:#ecf0f1;
	margin:auto;
	/*esquinas redondeadas*/
  	-webkit-border-radius:2ex;
 	 -moz-border-radius:2ex;
	 -webkit-border-radius: 7px;
	 border-radius:2ex;
	 behavior:url(border-radius.htc);
	 -khtml-border-radius: 10px;
	/*sombras*/
	*box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	-moz-box-shadow: 2px 2px 5px #999;
 	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4);
	behavior: url(/PIE.htc);
}
.img-afiliarse{
	width:850px;
	height:500px;
	float:left;
	background-image: url(../_img/comoAfiliarse.png);
	background-repeat: no-repeat;
	margin-left:25px;
	margin-top:30px;
}
.text-afiliarse{
	width:850px;
	height:30px;
	float:left;
	margin-top:45px;
	margin-left:50px;
	font-size:14px;
}

/*ANTECEDENTES*/
.text-antecedentes{
	width:850px;
	height:auto;
	float:left;
	font-size:14px;
	margin-left:30px;
	text-align:justify;
	margin-top:15px;
}
.cuadro-mision{
	width:773px;
	height:413px;
	float:left;
	background-image:url(../_img/mision.png);
	margin-left:70px;
	margin-top:35px;
}
/*VALORES*/
.cuadro-valores{
	width:700px;
	height:350px;
	float:left;
	background-image: url(../_img/valores.png);
	background-repeat: no-repeat;
	margin-top:10%;
	margin-left:12%;
}
#contenedor-valores{
	width:980px;
	height:850px;
	margin:auto;
	background-color: #FFF;	
}

/*CONTACTO*/
.img-contacto{
	width:380px;
	height:380px;
	float:left;
	background-image:url(../_img/contacto.png);
	background-repeat:no-repeat;
}
.contacto{
	width:900px;
	height:600px;
	float:left;
	margin-top:15px;
	margin-left:30px;
}

/*FORMULARIO*/
.formulario{
	width:400px;
	height:400px;
	float:left;
	margin-left:35px;
	margin-top:15px;
}
#stylized_formulario {
	display:block;
	text-align:left;
	height:21px;
	width:100px;
	float:left;
	font-family: Arial;
	font-size: 14px;
	color:#2cbeef;
	margin-left:9%;
	padding-top:4px;	
}
input[type=search] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    height: 30px;
    width: 200px;
    background: #FFF;
    color: #666;
	/*esquinas redondeadas*/
  	-webkit-border-radius:1ex;
 	 -moz-border-radius:1ex;
	 -webkit-border-radius:5px;
	 border-radius:1ex;
	 behavior:url(border-radius.htc);
	 -khtml-border-radius:5px;
	/*sombras*/
	*box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	-moz-box-shadow: 2px 2px 5px #999;
 	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4);
	behavior: url(/PIE.htc);
}
.estilotextarea[type=search]{
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
	width:250px;
	height:100px;
	background: #FFF;
    color: #666;
	font-family: Arial;
	font-size: 13px;
	/*esquinas redondeadas*/
  	-webkit-border-radius:1ex;
 	 -moz-border-radius:1ex;
	 -webkit-border-radius:5px;
	 border-radius:1ex;
	 behavior:url(border-radius.htc);
	 -khtml-border-radius:5px;
	/*sombras*/
	*box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	-moz-box-shadow: 2px 2px 5px #999;
 	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4);
	behavior: url(/PIE.htc);
}
.enviar{
	width:90px;
	height:56px;
	float:right;
}
#boton { 
	list-style:none; margin:0; padding:0;}
	
#boton li {
	padding:0; 
	float:left;
}
#boton li a {
	display:block;
	width:90px;
	height:56px;
 
	text-decoration:none;
	text-decoration: none;
	text-align: center;

} 
#boton  li a:hover { 
	background-position:bottom; 
} 
#boton  li a span { 
display:none;  
} 
#exploracion {
	background-image: url(../_img/enviar.png);
} 

.contacto-txt{
	width:940px;
	height:700px;
	float:left;
	margin-top:30px;
	margin-left:20px;
}
.contacto-txt h1{
	font-size:30px;
	color: #2cbeef;
	font-weight: bold;
	padding: 5px;
	margin-top: 10px;
	text-shadow: #C0C0C0 3px 3px 3px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#C0C0C0', Direction=135, Strength=4);
	margin:0px;
}
.imgContacto{
	width:260px;
	height:190px;
	float:left;
	margin-left:10%;
	background-image:url(../_img/cuadro.png);
}

/*SERVICIOS*/
.imgservicios{
	width:900px;
	height:auto;
	float:left;
}
.img_servicios{
	width:100px;
	height:100px;
	float:left;
	background-image:url(../_img/servicios.png);
	background-repeat:no-repeat;
	margin-top:10px;
	margin-left: 5%;
}
.contenido-servicios{
	width:900px;
	height:auto;
	float:left;
}
.servicios-abajo{
	width:900px;
	height:auto;
	float:left;
	
}
.servicio-medio{
	width:900px;
	height:auto;
	float:left;
}
.img-medico{
	width:80px;
	height:80px;
	float:left;
	background-image:url(../_img/medico.png);
	background-repeat:no-repeat;

	margin-top:20px;
}
.medicina{
	width:80px;
	height:80px;
	float:left;
	background-image:url(../_img/medicina.png);
	background-repeat:no-repeat;
	margin-top: 15px;
	margin-left: 5%;
}
.ambulancia{
	width:80px;
	height:80px;
	float:left;
	background-image:url(../_img/ambulancia.png);
	background-repeat:no-repeat;

	margin-top: 30px;
	
}
.hospital{
	width:80px;
	height:80px;
	float:left;
	background-image:url(../_img/hospital.png);
	background-repeat:no-repeat;
	margin-left:3%;

}
.er{
	width:80px;
	height:80px;
	float:left;
	background-image:url(../_img/er.png);
	background-repeat:no-repeat;
	margin-left:3%;
	margin-top: 30px;
}
.farmacia{
	width:80px;
	height:80px;
	float:left;
	background-image:url(../_img/farmacia.png);
	background-repeat:no-repeat;

	margin-top:15px;
}
.especiales{
	width:80px;
	height:80px;
	float:left;
	background-image:url(../_img/especiales.png);
	background-repeat:no-repeat;
	margin-top: 45px;
	margin-left: 3%;
}
.radio{
	width:80px;
	height:80px;
	float:left;
	background-image:url(../_img/radio.png);
	background-repeat:no-repeat;
	margin-top: 15px;
	margin-left: 3%;
}
.globo{
	width:900px;
	height:auto;
	float:left;
}
/*NUBES*/
.globo1 {
    position:relative;
    padding:15px;
    margin:1em 0 3em;
    border:2px solid #c3c3c3;
    color:#FFF;
	font-family:arial;
	font-size:13px;
	text-align:justify;
    background:#c3c3c3;
    /* css3 */
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    margin-left:30px;
	/*sombras*/
	*box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	-moz-box-shadow: 2px 2px 5px #999;
 	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4);
	behavior: url(/PIE.htc);
}
.globo1:before {
    content:"";
    position:absolute;
    border-style:solid;
    /* reduce the damage in FF3.0 */
    display:block;
    width:0;
    top:auto; /* controls vertical position */
    bottom:auto;
    left:-30px; /* value = - border-left-width - 			border-right-width */
    border-width:15px 30px 15px 0;
    border-color:transparent #c3c3c3;
}
.nube{
	margin-top:15px;
	width:200px;
	height:100px;
	float:left;
	margin-left:15px;
}
.nube h1{
	font-family:arial;
	font-size:14px;
	margin:0;
	font-weight: bold;
	color: #FFF;
	text-align:center;	
}
.nube1{
	margin-top:10px;
	width:200px;
	height:100px;
	float:left;
	margin-left:15px;
}
.nube1 h1{
	font-family:arial;
	font-size:14px;
	margin:0;
	font-weight: bold;
	color: #FFF;
	text-align:center;
}
.nube2{
	margin-top:15px;
	width:200px;
	height:100px;
	float:left;
	margin-left:15px;
}
.nube2 h1{
	font-family:arial;
	font-size:14px;
	margin:0;
	font-weight: bold;
	color: #FFF;
	text-align:center;

}
.nube3{
	width:200px;
	height:100px;
	float:right;
	margin-right:40%;
	margin-bottom:35px;
}
.nube3 h1{
	font-family:arial;
	font-size:14px;
	margin:0;
	font-weight: bold;
	color: #FFF;
	text-align:center;
}
.globo2 {
    position:relative;
    padding:15px;
    margin:1em 0 3em;
    border:2px solid #c3c3c3;
    color:#FFF;
	font-family:arial;
	font-size:13px;
	text-align:justify;
    background:#c3c3c3;
    /* css3 */
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    margin-left:30px;
	/*sombras*/
	*box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	-moz-box-shadow: 2px 2px 5px #999;
 	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4);
	behavior: url(/PIE.htc);
}
.globo2:before {
    content:"";
    position:absolute;
    border-style:solid;
    /* reduce the damage in FF3.0 */
    display:block;
    width:0;
    top:90px; /* controls vertical position */
    bottom:auto;
    left:50px; /* value = - border-left-width - 			border-right-width */
    border-color:transparent #c3c3c3;
	border-bottom: 0px solid #0080C0;
	border-top: 30px solid #c3c3c3;
	border-left: 15px solid #FFF; 
	border-right: 15px solid #FFF;
}
.nube4{
	margin-top:15px;
	width:200px;
	height:100px;
	float:left;
	margin-left:50px;
	margin-right:50px;
}
.nube4 h1{
	font-family:arial;
	font-size:14px;
	margin:0;
	font-weight: bold;
	color: #FFF;
	text-align:center;
}
.globo3 {
    position:relative;
    padding:15px;
    margin:1em 0 3em;
    border:2px solid #c3c3c3;
    color:#FFF;
	font-family:arial;
	font-size:13px;
	text-align:justify;
    background:#c3c3c3;
    /* css3 */
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    margin-left:30px;
	/*sombras*/
	*box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	-moz-box-shadow: 2px 2px 5px #999;
 	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4);
	behavior: url(/PIE.htc);
}
.globo3:before {
    content:"";
    position:absolute;
    border-style:solid;
    /* reduce the damage in FF3.0 */
    display:block;
    width:0;
    top:auto; /* controls vertical position */
    bottom:auto;
    left:101%; /* value = - border-left-width - 			border-right-width */
    border-color:transparent #c3c3c3;
	border-bottom: 15px solid #FFF;
	border-top: 15px solid #FFF;
	border-left: 30px solid #c3c3c3; 
	border-right: 0 solid #FFF;
}
.nube5{
	margin-top:15px;
	width:200px;
	height:100px;
	float:left;
	margin-left:25px;
	margin-right:50px;
}
.nube5 h1{
	font-family:arial;
	font-size:14px;
	margin:0;
	font-weight: bold;
	color: #FFF;
	text-align:center;
}
.nube6{
	margin-top:15px;
	width:200px;
	height:100px;
	float:left;
	margin-left:50px;
	margin-right:50px;
}
.nube6 h1{
	font-family:arial;
	font-size:14px;
	margin:0;
	font-weight: bold;
	color: #FFF;
	text-align:center;
}
.globo-abajo{
	width:900px;
	height:100px;
	float:left;

}
.nube7{
	margin-top:15px;
	width:200px;
	height:100px;
	float:left;
	margin-left:35%;
	margin-right:50px;
}
.nube7 h1{
	font-family:arial;
	font-size:14px;
	margin:0;
	font-weight: bold;
	color: #FFF;
	text-align:center;
}
.globo4 {
    position:relative;
    padding:15px;
    margin:1em 0 3em;
    border:2px solid #c3c3c3;
    color:#FFF;
	font-family:arial;
	font-size:13px;
	text-align:justify;
    background:#c3c3c3;
    /* css3 */
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    margin-left:30px;
	/*sombras*/
	*box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	-moz-box-shadow: 2px 2px 5px #999;
 	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4);
	behavior: url(/PIE.htc);
}
.globo4:before {
    content:"";
    position:absolute;
    border-style:solid;
    /* reduce the damage in FF3.0 */
    display:block;
    width:0;
    top:-30px; /* controls vertical position */
    bottom:auto;
    left:50%; /* value = - border-left-width - 			border-right-width */
    border-color:transparent #c3c3c3;
	border-bottom: 30px solid #c3c3c3;
	border-top: 0 solid #FFF;
	border-left: 15px solid  #FFF; 
	border-right: 15px solid #FFF;
}
#contenedor-servicios{
	width:980px;
	height:1020px;
	margin:auto;
	background-color: #FFF;	
}