/* @override http://ecpat.amarellodev.com/css/estilos.css */

/* @override http://www.ceibaspa.mx/css/estilos.css */

/*google font Opensans */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,700);

/* @group reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	float: left;
}

a {
	text-decoration: none;
	color: inherit;
}

::-webkit-input-placeholder {
	color: #808080;
}

:-moz-placeholder {
	color: #808080;
}

::-moz-placeholder {
	color: #808080;
}

:-ms-input-placeholder {
	color: #808080;
}

input {
	border: 1px solid #2b2b2b;
}

/* @end */
body.bigBG{
	background: url(/img/bgTop.jpg) repeat-x;
	font: 13px 'Open Sans', sans-serif;
}

body.smallBG{
	background: url(/img/bgTop.jpg) repeat-x 0 -120px;
	font: 13px 'Open Sans', sans-serif;
}
#containerBody {
	
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	margin-bottom: 14px;
	min-height: 500px;
}
#contBodySecciones{
	width: 100%;
	float: left;
	margin-top: 30px;
	padding: 20px;
}
/* @group Header */

#header{
	width: 950px;
	height: 90px;
}

#headerLeft{
	width: 376px;
	height: 90px;
	float: left;
}

#headerLeft img{
	width: 61px;
	padding-left: 13px;
	padding-top: 5px;
}

#headerRight{
	width: 573px;
	height: 90px;
	float: right;
}

/* @group Menu */

#menuHeader{
	float: left;
	width: 100%;
	margin-top: 40px;
	color: white;
	font: 16px 'Open Sans', sans-serif;
}

#menuHeader a{
	float: left;
}

#menuHeader a:not(:first-child){
	margin-left: 5px;
}

#menuHeader li{
	padding: 4px 10px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#menuHeader li:hover{
	background-color: #2a5a36;
	
	
}

/* @end */

/* @end */

/* @group index */

#contSliderIndex{
	width: 100%;
	background-color: #007f23;
	height: 265px;
	margin-top: 14px;
	border: 4px solid white;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow:  0px 3px 5px 2px rgba(0, 0, 0, 0.2);
        
        box-shadow:  0px 3px 5px 2px rgba(0, 0, 0, 0.2);
	margin-bottom: 19px;
	overflow: hidden;
}

#sliderIndex{
	width: 950px;
	height: 265px;
	overflow: hidden;
}

#contBodyIndex{
	width: 100%;
	float: left;
}

.contColIndex{
	width: 290px;
	float: left;
}

.contColIndex:not(:first-child){
	margin-left: 35px;

}

h3.titleColIndex{
	font-size: 21px;
	color: #007f33;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-bottom: 10px;
}

.contColIndex img{
	width: 290px;
	float: left;
	margin-bottom: 14px;
}

/* @end */

/* @group Footer */

#footer{
	background-color: #007f23;
	width: 100%;
	height: 80px;
	float: left;
	margin-top: 25px;
}


#footerCont{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 79px;
}

/* @group left */

#footerLeft{
	float: left;
	width: 515px;
	height: 80px;
}

#menuFooter{
	margin-top: 27px;
	color: white;
	font-size: 14px;

}

#menuFooter a{
	float: left;
}

#menuFooter a:not(:first-child){
	margin-left: 1px;
}

#menuFooter a li{
	padding: 3px 10px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#menuFooter a li:hover{
	background-color: #2a5a36;
}

/* @end */

#footerRight{
	float: left;
	width: 300px;
	height: 80px;
}

/* @end */

