@charset "utf-8";

html, body, div, span, applet, object, iframe,
blockquote, pre, a, abbr, acronym, address, 
big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, 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,
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: top;
	font-size: 17px;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

*{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
body {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
	font-size:100%;
    margin: 0 auto;
}
#footer {
    width: 100%;
}

h2, h3 {
font-size: 1.2em;
margin: 0 auto;
text-align:left;
float:left;
color:#272460;
}
h2 {
padding: 0 12px 5px;
}
h3 {
padding: 0 0 5px;
}
h1{
	font-size: 1.5em;
	color: red;
}
p {
	font-size: 1em;
}
a:link, a:visited, th {
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
table{
 	padding: 0 10px;
    text-align: left;
    width: 100%;
}
td{
	width: 55%;
    padding: 0 0 7px;
}
#wrapper {
	width:95%;
    margin: 0 auto;
    max-width: 911px;
	border-left:3px solid #bddfff;
	border-right:3px solid #bddfff;
}
.topimg {
	background-image:url("images/cabecera.gif");
	background-repeat:no-repeat;
	background-size:contain;
	background-position: center bottom;
	width:95.5%;
	height: auto;
	margin: 0 auto;
    max-width: 917px;
	text-align:center;
}
.listonazul {
	border-bottom: 0.35em solid #262460;
    margin: 6px auto ;
    text-align: center;
    width: 95%;
}
.imgkiss {
	width:95%;
	margin: 0 auto;
    text-align: center;
}
.mainimg {
	width: 100%;
    text-align: center;
	min-height:80px;
}
.mainimg2 {
	width: 100%;
    text-align: center;
	min-height:80px;
	border: 1px solid #272460;
}
.toptext {
	width:95%;
    margin: 10px auto;
    text-align:left;
}
.afiliacion {
    margin: 0 auto;
    text-align:center;
}
.beneficiario {
    margin: 0 auto;
    text-align:center;
}
.afiliacion2 {color: #262460;}
li {
    display: inline-block;
    font-size: 1em;
    margin: 6px 0 5px 3%;
    text-align: center;
}
ul {
    margin: 0 auto;
    text-align: center;
	list-style: none;
}
.nav {
    margin: 0 auto;
}

.imgcentro {
    margin: 5%;
    text-align:left;
    width:90%;
	max-width:294px;
	border: 1px solid #272460;
}
#adress {
	font-size: 0.9em;
    text-align: center;
    display: block;
	overflow:hidden;
}
.imgcierre {
	width:95.5%;
	max-width: 917px;
	height:30px;
    margin: 0 auto;
	text-align:center;
}
.sectiongroup {
    clear: both;
    text-align: center;
}
.col {
    display:inline-block;
	border:3px solid #bddfff;
	-moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    border-radius: 16px;
	font-size: .8em;
	line-height:120%;
	margin: 12px .5%;
    padding: 0 0px 5px;
	background-color:#FFF;
}
.span_1_of_3 {
    width: 30%;
}
.formcontact {
text-align:left;
}
#myButton {
    bottom: 0;
    display: none;
    left: 85%;
    position: fixed;
}
 
@media screen and (max-width:768px){
#wrapper {
	border-left:.18em solid #bddfff;
	border-right:.18em solid #bddfff;
}
.topimg {
	width:95.6%;
}
.col {
	border:2px solid #bddfff;
}
}

@media screen and (max-width: 520px) {
.col {
    margin: 3% 0px 11px;
	padding:12px;
	border:2px solid #bddfff;
}
#wrapper {
	border-left:.14em solid #bddfff;
	border-right:.14em solid #bddfff;
}
.listonazul {
	border-bottom: 0.4em solid #262460;
    margin: 10px auto;
	clear:both;
}
.nav li {
	width: 95%;
    padding: 5px 0;
	font-size:1.2em;
}
.nav li:hover{
	background:#bddfff;
}
a:hover {
    text-decoration: none;
}
.topimg {
	background-image:url("images/cabecera-peq.gif");
	background-repeat:no-repeat;
	background-position: center bottom;
	background-size:100%;
	height:auto;
	margin:0 auto;
	}
.transpImag {
 	height: auto;
    margin: -10px auto;
}
.toptext {
    margin: 4px auto;
}
.span_1_of_3 {
    float: left;
    width: 87%;
    margin: 0 7% 24px;
    padding: 7px;
}
#adress {
 	width:95%;
    margin: 0 auto;
}
.imgcierre, .imgcierre2{
    height: 15px;
}
}