html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    vertical-align: top;
}
body {
	background-color:#E5E5E5;
    margin:0;
    padding:0;
    font:12px/135% arial,helvetica,clean,sans-serif;
}
#container {
	background:#fff;
    width: 850px;
	margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    border:1px solid silver;
}
#menu{
	width:100%;
	border-collapse:collapse;
	margin-top:10px;
}
#copyrigth{
	padding: 10px;
    font-size: 10px;
    color: #525b5c;
    text-align: center;
}
#portada {
	width:100%;
	margin-top:10px;
	min-height:265px;
	background: url(imgs/portada.jpg) no-repeat top right;
	font-weight:bold;
}
#portada p {
	font-size: 16px;
}
h3 {
	color:#4256aa;
}
A:hover {
     color: Red;
}
a {
	font-size: 16px;
	font-weight: bold;
	color:#4256aa;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#4256aa;
}
ul {
    padding-left:20px;
    line-height: 23px;
    color:#4256aa;
    font-size: 15px;
}

.table1 td {
	padding:0px 5px 5px 0px;
	text-align:justify;
	vertical-align:middle;
}

.ul1 li{
	margin-bottom:20px;
}

.tableform tr {
	height:30px;
}
.tableform td {
	vertical-align:top;
}

.standardform label {
	min-width: 80px;
	float: left;
	text-align: right;
	margin-right: 8px;
	color:#4256aa;
}
.standardform input, .standardform textarea {
	border: 1px solid silver;
    background:white;
	color: gray;
}
.standardform .submit {
    padding: 5px 50px 5px 50px;
}


#divGMaps {
     margin-top: 5px;
     margin-bottom: 5px;
     width: 100%;
     height: 400px;
     overflow: hidden;
}
.divGMapsError {
    margin-top: 5px;
    width: 399px;
    height: 299px;
    background: url(imgs/map.jpg) no-repeat top center;
}

