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

body {
	background-color: #000;
	margin: 0px;
}
a {
	color: #FFF;
	text-decoration: underline;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	background-image: url(imagenes/bg-menu-2.jpg);
	background-repeat: repeat-x;
	text-align: center;
	width: 930px;
	height: 28px;
	padding-top: 8px;
	color: #FFF;
}

#menu a:link {
	color:#EEE
}

#menu a:hover {
	color:#FFF
}

#menu a:active {
	color:#333
}

#menu a:visited {
	color:#333
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #FFF;
	font-weight: normal;
}
#header {
	background-image: url(imagenes/header.png);
	height: 120px;
}
#footer {
	background-image: url(imagenes/footer-2.png);
	height: 80px;
}
.box-form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	background-color: #CCC;
	padding: 2px;
}
#table-form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCC;
	width: 500px;
	height: 100px;
}

#table-form td {
	padding: 4px;
}


#content {
	background-color: #666666;
	padding: 10px;
}

#mother {
	background-color: #666666;
	width: 930px;
}
#comand {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	text-align: right;
	padding: 5px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCC;
	padding-bottom: 10px;
}
#form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCC;
}


.table-01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
}

.table-01 td {
	padding: 4px;
}
.foto {
	border: 1px solid #CCC;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #FFF;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
#table-02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	width: 800px;
	padding-top: 15px;
	padding-bottom: 15px;
}

