/* 
BISA CVS - 2014
Design: Logos Comunicaciones
www.logoscomunicaciones.com
*/


/* RESET */

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,font,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{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
body{
line-height: 1;
}
ol,ul{
list-style: none;
}
blockquote,q{
quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after{
content: '';
content: none;
}
focus{
outline: 0;
}
ins{
text-decoration: none;
}
del{
text-decoration: line-through;
}
table{
border-collapse: collapse;
border-spacing: 0;
}

/* RESET */




@font-face {
	font-family: 'opensans-light';
	src: url('../fonts/opensans-light-webfont.eot');
	src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/opensans-light-webfont.woff') format('woff'),
	url('../fonts/opensans-light-webfont.ttf') format('truetype'),
	url('../fonts/opensans-light-webfont.svg#opensans-light') format('svg');
	font-weight: normal;
	font-style: normal;
}





@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



*html{
	height: 100%;
}


body {
color: #fff;
font-size: 14px;
font-family: 'robotolight', Arial, Tahoma, Verdana;
/*font-family: 'SourceSansProLight', Arial, Tahoma, Verdana;*/
text-align: center;
line-height: 18px;
background: #2F4E62;
	height: 100%;
}






#wrapper{
clear: both;
width: 100%;
}

.wrpIdP{
width: 60%;
margin: 150px auto;
}

.wrpIdP p{
font-size: 18px;
text-align: center;
line-height: 24px;
margin: 30px 0;
}






b{
font-family: 'robotobold', Arial, Tahoma, Verdana;
font-weight: 100;
}


i{
font-style: italic;
}


.small{
font-size: 12px;
}





/* ---------------------------- LINKS ---------------------------- */


a.lnk1:link,a.lnk1:visited {
color: #fff;
text-decoration: underline;

-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
a.lnk1:hover {
text-decoration: none;
filter: alpha(opacity=60);
-moz-opacity: 0.60;
-khtml-opacity: 0.60;
opacity: 0.60;
}



/* ---------------------------- LISTADOS ---------------------------- */


ul.liIco{
display: inline-block;
background: #ffffff;
width: 170px;
margin: 20px auto;
padding: 8px 10px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
ul.liIco li{
float: left;
line-height: 0;
margin: 0 20px;
}
ul.liIco li a{
display: block;
color: #797979;
text-decoration: none;
}
ul.liIco li a:hover{
}




.color1{
color: #AD1216;
background-color: #FFFBFF;
}
.color2{
color: #ffbb04;
}
.color3{
color: #FFFBFF;
}


