body {
  background-color: Black;
  font-family: Tahoma;
  font-size: 12px;
  color: White;
  margin: 0px;
  padding: 0px;
  background-image: url(images/fondo_web.jpg);
  background-position: top;
  background-repeat: no-repeat;
}

a {
	color: #c7cbc4;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: square;
	padding: 2px;
}

h2 {
	font-size: 25px;
	font-family: Arial;
}

h3 {
	font-size: 18px;
	font-family: Arial;
}

h4 {
	font-size: 16px;
	font-family: Arial;
}

h5 {
	font-size: 13px;
	color: #c7cbc4;
}

#calendario ul{
	margin: 0;
	padding: 0;
}

#calendario li{
	margin: 0;
	padding: 0;
	color: Black;
	font-size: 10px;
	list-style: none;
}

.titulo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
}

.titulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
}

.img1 {
	padding: 1px;
	border: 1px solid White;
	margin: 0 7px 0 0;
}
.pie_foto {
	font-size: 10px;
	color: White;
}
.contenido{
	line-height: 18px;
	text-align: justify;
	color: White;
}
.contenido b {
	color: Gray;
}
.error {
	color: red;
	font-weight: bold;
}
.globo_google {
  color: Blue;
  font-weight: Bold;
  text-transform: Uppercase;
  width: 200px;
}

/** CAMPOS DE FORMULARIO **/
.micra {
	width: 75px;
}
.small {
	width: 100px;
}
.medium {
	width: 200px;
}
.big {
	width: 300px;
}
.color {
	border: 1px solid White;
	font-family: Tahoma;
	font-size: 11px;
	background-color: #CCCCCC;
}