@charset "utf-8";
/* CSS Document */

#header_servicios {
	margin: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCCCCC;
    font-size: 36px;
    font-weight: bold;
    background: #E9E9E7;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#E9E9E7), to(#FFFFFF));
    background: -moz-linear-gradient(#E9E9E7, #FFFFFF);
    background: linear-gradient(#E9E9E7, #FFFFFF);
    -pie-background: linear-gradient(#E9E9E7, #FFFFFF);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    behavior: url(/PIE.htc);
    height: 50px;
	padding:1%;
}

.section_servicios {
	margin:20px;
    padding: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #666 0px 2px 8px;
    -moz-box-shadow: #666 0px 2px 8px;
    box-shadow: #666 0px 2px 8px;
    behavior: url(/PIE.htc);
	display: inline-block;

	
}

.article_header_servicios{
	margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCCCCC;
    font-size: 18px;
	padding: 15px 0px 5px 20px;
	font-weight:bold;
}



.img_section_servicios {
	    float: left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: #666 0px 2px 10px;
    -moz-box-shadow: #666 0px 2px 10px;
    box-shadow: #666 0px 2px 10px;
    behavior: url(/PIE.htc);
    padding: 10px;
	margin: 10px 3% 10px 10px;
    clear: left;
	width:20%;
	opacity:100;
	
}

.p_servicios {
	padding:10px;
	display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
	
}

@media screen and (max-width:850px ) {
	
.p_servicios {
	padding:10px;
	display: block;
    display: -webkit-block;
    flex-direction: column;
    -webkit-flex-direction: column;
		
}

@media screen and (max-width:450px ) {
	
	.img_section_servicios {
	width:0px;
	opacity:0;
	position:absolute;
	
}
		
}