/*+++++++++++++++INICIO ESTRUCTURA+++++++++++++++++++++++*/

html, body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue","Arial",sans-serif;
	font-size: 0.95em;
	color: #222;	
	/*width: 650px;
	margin-left: 20px;*/
	background: #fff;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: justify;
	margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 1.42857em;
    margin-left: 0px;
}


/*+++++++++++++++++++++++++++++++FORMULARIOS+++++++++++++++++++++++++++++*/

form#membersearch {
	width: 610px;
	color: #304A97;
	font-weight: bold;
	font-size: 22px;
	height: 300px;
}

form#membersearch fieldset {	
	border: 2px solid #304A97;
	margin: 0;
	width: 400px;
	height: 290px;
}

form#membersearch table {
	width: 600px;
	border: 2px solid #304A97;
	padding: 5px;
	background: url('imagenes/members.gif') bottom left no-repeat;
	color: #304A97;
	font-size: 15px;
	
}

form#membersearch  td.row3 {height: 45px;}

form#membersearch  td.submit {
	text-align: right;
}


/* +++++++++++++++ members list ++++++++++++++++ */

ul.members {
	margin: 0 0 0 14px;
	padding: 0;
}

ul.members li {
	list-style: square;
	color: #304A97;
	padding-bottom: 10px;
}

ul.members a {
	text-decoration: none;
	border-bottom: 1px dotted #304A97;
	color: #304A97;
	font-weight: bold;
}
	

body h1, body h2, body h4, body a, body b {color: #0054a4;}

body h1 {
	font-family: "Eurostile LT W01 Demi",sans-serif;
    font-weight: 400;
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
    margin: 0.21429em 0 0.71429em;
    padding: 0.28571em 0.25em;
    font-size: 2em;
    line-height: 1.21429em;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    background: url(imagenes/bg-h2.gif);
}


body a {
	text-decoration: none;
	color: #0e977c;
	transition: color 0.3s ease-out;
	/*border-bottom: 1px dotted #304A97;*/
}

/*++++++++++++++++CSS para Opera ++++++++++++++++++++++++++++++++++++*/
@media all and (min-width: 0px){
		
	form#membersearch fieldset {
	height: 290px;
	width: 620px;
}

form#membersearch legend {color:#304A97;}
form#membersearch td {padding-left: 5px;}

