@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto|Open+Sans|Open+Sans+Condensed:300');

a:link {
	text-decoration: none;
	color:#3366CC;
	font-weight: bold;
}
a:visited {text-decoration: none;color:#3366CC;}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;color:#3366CC;}

body {
	margin-right: 30px;
	margin-left: 30px;
	min-width: 600px;
	max-width: 800px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #2d2d2d;
	line-height: 20px;
	background-image: url(images/logosegurlif.png);
	background-repeat: no-repeat;
	background-position: 636px 18px;
	background-color: #FAFAFA;
}

H1 {
	clear: both;
	font-family: 'Roboto', sans-serif;
	font-size: 34px;
	font-weight: bold;
	color: #3F75C7;
	line-height: 40px;
	padding-bottom: 15px;
}

H2 {
	clear: both;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: #5485cd;
	padding-top: 20px;
}

.H2Icon {
	float:left;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	color: #5485cd;
	padding-top: 20px;
}

H3 {
	font-weight: bold;
	color: #06C;
	font-size: 15px;
	padding-top: 15px;
}

.condensed {
	font-family:'Open Sans Condensed'; !important
}

.imgleft {
	float:left;
	margin-right:30px;
	border: #CCCCCC;
	border-width: 1px;
	border-style: solid;
}

.imgright {
	float:right;
	margin-left:30px;
	border: #CCCCCC;
	border-width: 1px;
	border-style: solid;
}

.nota {
	background-color:#FFC;
	padding-left:10px;
	padding-right:10px;
	padding-top:6px;
	padding-bottom:6px;
	border: #CCCCCC;
	border-width: 1px;
	border-style: solid;
}

.boton {
	background-color: #D6D6D6;
	color: #000;
	padding-right: 8px;
	padding-left: 8px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #FFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.imgizquierda {
	height: 60%;
	width: 60%;
	z-index: -1;
}

.Lista {
  font-family: Calibri;
  font-size: 14px;
  font-weight: bolder;
  list-style-type: circle;
  list-style-position: outside;
}

.cuadro1 {
	background-color: #FFFFFF;
	padding: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F2F2F2;
	border-right-color: #F2F2F2;
	border-bottom-color: #F2F2F2;
	border-left-color: #F2F2F2;
}

.rojo { color:#F00 }

.lineasep {
	border-top:#CCC solid 1px
}
