@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #AAA;
}
.oneColElsCtr #container {
	width: 720px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #container #mainContent .h1 {
	text-align: center;
	margin-bottom: 0px;
	clear: both;	
}
.oneColElsCtr #container #mainContent .h4 {
	text-align: left;
	margin-left: 30px;
	margin-top: 5px;
}
.oneColElsCtr #container #mainContent .h3 {
	text-align: center;
	margin-top: 0px;
	clear: both;
}
p {
	text-align: justify;
}
#back{
	float: right;
	text-align: right;
	margin-top: 20px;
	margin-right: 20px;
	font-weight: 600;
}
.oneColElsCtr #container #mainContent #video {
	margin-left: 20px;
}
.oneColElsCtr #container #mainContent #menu {
	clear: both;
}
.oneColElsCtr #container #mainContent #menu_items{
	float: left;
	font-weight: 600;
	padding-left: 25px;
	margin-bottom: 20px;
	margin-top: 10px;
}
#datos_de_contacto{
	text-align: right;
	float: right;
	margin-right: 15px;
}
#forma1{
	margin-left: 15px;
}
.oneColFixCtr #container #main .eljablito {
	position: relative;
	left: 128px;
	top: 104px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}
a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #EDEDED;
}
body,td,th {
	color: #000;
}

