/* 
-- Id: css/p_inicio.css 2016-04-25
-- Copyright (c) 2016 MovimientoWeb.com
*/

/* begin inicio */
#inicio { width:100%; padding-top:100px; } 
.inicio { text-align:center; width:1180px; } 
.inicio_txt { display:inline-block; width:620px; vertical-align:top; text-align:justify; color:#8297a7; } 
.inicio_img { display:inline-block; width:550px; vertical-align:bottom; text-align:right; padding-bottom:0px; margin-bottom:0px; } 
.inicio_img img { padding-bottom:0px; margin-bottom:0px; }
.inicio_tit { color:#0a1f3f; font-size:28px; font-weight:normal; margin-bottom:35px; } 
.inicio_img_b { margin-top:0px; padding-top:0px; display:block; } 
.inicio_img_b img { width:100%; } 
@media only screen and (min-width:1280px) and (max-width:1365px) {
} 
@media only screen and (min-width:1024px) and (max-width:1279px) { 
	.inicio { width:990px; } 
	.inicio_txt { width:490px; } 
	.inicio_img { width:490px; } 
	.inicio_img img { width:480px; }
} 
@media only screen and (min-width:800px) and (max-width:1023px) { 
	.inicio { width:760px; } 
	.inicio_txt { width:370px; } 
	.inicio_img { width:370px; } 
	.inicio_img img { width:360px; }
	.inicio_tit { font-size:24px; margin-bottom:10px; } 
} 
@media only screen and (min-width:640px) and (max-width:799px) { 
	.inicio { width:600px; } 
	.inicio_txt { width:600px; padding-bottom:25px; } 
	.inicio_img { width:0px; vertical-align:top; display:none; visibility:hidden; } 
	.inicio_img img { width:0px; display:none; visibility:hidden; }
	.inicio_tit { font-size:20px; margin-bottom:10px; } 
} 
@media only screen and (min-width:480px) and (max-width:639px) { 
	.inicio { width:440px; } 
	.inicio_txt { width:440px; padding-bottom:25px; } 
	.inicio_img { width:0px; vertical-align:top; display:none; visibility:hidden; } 
	.inicio_img img { width:0px; display:none; visibility:hidden; }
	.inicio_tit { font-size:20px; margin-bottom:10px; } 
} 
@media only screen and (min-width:1px) and (max-width:479px) { 
	.inicio { width:280px; } 
	.inicio_txt { width:280px; padding-bottom:25px; } 
	.inicio_img { width:0px; vertical-align:top; display:none; visibility:hidden; } 
	.inicio_img img { width:0px; display:none; visibility:hidden; }
	.inicio_tit { font-size:18px; margin-bottom:10px; } 
} 
/* end inicio */

