/* CSS Document */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }



body {

	font-family:Arial, Verdana, Helvetica, sans-serif;
	padding:10px;

}

h2 {
	font-size:1.1em;
	font-weight:bold;
	color:#9EAC5F;
	margin-bottom:10px;
}
p {margin-bottom:5px;}

#formulario {
	border: solid 1px #CCCCCC; width:590px; padding:14px; font-size:0.9em;
	background-color:#F4F4F4;
}

#formulario fieldset {
	border:1px solid #9EAC5F;
	padding:10px;
	background-color:#FBFBFB;
}

#formulario legend {
	
	color:#9EAC5F;
	font-weight:bold;
	margin:10px;
}


#form-url {

}

#form-sms {
	height:0;
	visibility:hidden;

}

#form-texto {
	height:0;
	visibility:hidden;

}

#form-telefono {
	height:0;
	visibility:hidden;

}

#form-vcard {
	height:0;
	visibility:hidden;

}


#imagen {
	margin:0 auto;
	height:auto;
	text-align:center;
}

#imagen img{
	border:#333333 3px solid;
}


.explicacion {

	font-size:0.8em;
	color:#666666;
	padding:10px;

}

#menu-superior {
	margin:0 auto;
	text-align:left;
	height:45px;

}

#menu-superior img {
	vertical-align:middle;

}

/* Definicion de Menus */
#menu-superior ul {

	font-size:0.9em;
	
}


#menu-superior li {

	float:left;
	display:inline;
	margin-right:2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;	
}

#menu-superior a {
	font-size:0.8em;
	font-family:Arial,Verdana,  Helvetica, sans-serif;
	text-decoration:none;
	height:45px;
	line-height:45px;
	display:block;
	font-weight:bold;
	color:#999999;

}




#menu-superior a:link,visited,active {

	padding-right:10px;
	height:45px;
	line-height:45px;

}



#menu-superior a:hover {

	font-weight:bold;
	color:#363636;
}






/* LAYOUT */
.clear { clear: both; }
