@charset "UTF-8";
/* CSS Document */

.container_cenit{
width:734px;
height:auto;
box-sizing:border-box;	
}

.imagen_cenit{
display:block;	
}

.wrapper_float{
overflow:hidden;
padding:30px;	
}

.imagen_float{
float:right;
margin:0px 0px 10px 20px;	
}

.texto_cenit{
font-family:arial, sans-serif;
font-size:14px;
line-height:1.3em;
color:#3f3f3f;
text-align:justify;	
}

.link_web{
background-color:#2c4e66;
color:white !important;
padding:5px 0px;
font-family:arial, sans-serif;
font-size:18px;
display:block;
text-decoration:none;
text-align:center;	
}

.title_cenit{
font-family:arial, sans-serif;
font-size:16px;
color:#376a89;
margin-bottom:20px;	
}

.sec_wrapper{
width:210px;
height:345px;
background-color:#f7f7f7;
border:1px solid #ccccca;
float:left;
padding:30px 15px 0px 15px;
box-sizing:border-box;
}


.wrapper_float .sec_wrapper:nth-child(2){
margin:0px 19px;	
}

.item_c{
display:block;
width:367px;
height:250px;
box-sizing:border-box;
float:left;	
}

.first_itemc{
background-color:#2c4e66;	
color:white;
font-size:20px;
padding:40px 20px;
font-family:arial, sans-serif;
line-height:1.5em;
background-repeat:no-repeat;
}

.sec_itemc{
background-image:url(../image/img_4.jpg);
background-repeat:no-repeat;	
}

.third_itemc{
background-image:url(../image/img_5.jpg);	
background-repeat:no-repeat;
}

.fourth_itemc{
padding:40px 20px;	
}

.fourth_itemc ul{
padding-left:20px;
}

.fourth_itemc li{
font-family:arial, sans-serif;
font-size:16px;
color:#376a89;
margin:15px 0;	
list-style-image:url(../image/bullet.png);
}