body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	background-color: #EFEFEF;
	background-position: center;
	margin-top: 0px;
}

#todo {
	width: 800px;
	margin: 0px auto 0px auto;
	height: 100%;
}

#cab {
	height: 150px;
	width: 800px;
	padding-left:48px;
	margin-bottom: -12px;
	padding-bottom: 0px;
}

#logo {
	float: left;
	width: 117px;
	z-index: 2;
	padding-top: 25px;
	height: 50px;
	position: absolute;
}

#imagen_seccion {
	z-index: 2;
	float: right;
	padding-right: 48px;
	height: 130px;
	width: 200px;
	padding-top: 20px;
	vertical-align: bottom;
	position: relative;
	}

#menu {
	width: 700px;
	height: 30px;
	z-index: 0;
	background-image: url(img/esquina_menu.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 120px;
	position: absolute;
}

#menu ul {
	list-style-type:none;
	height: 30px;
	margin-left: 7px;
	margin-top: 0px;
	background-color: #FFFFFF;
	border-top: 1px solid #F99D0D;
}

#menu ul li {
	float: left;
	width: auto;
	margin-right: 25px;
	padding-top: 8px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

#menu ul li a{
	/*font-size: 95%;*/
	color: #000000;
	text-decoration: none;
}

#menu ul li a:hover{
	color: #F99D0D;
	text-decoration: none;
}

img {
	border: 0px;
}

h1 {
	color: #F99D0D;
	text-transform: uppercase;
	margin-left: 50px;
	font-size: 115%;
	font-weight: bold;
}


h1 a{
	color: #F99D0D;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}


h1 a:link {
	color: #F99D0D;
	text-decoration: none;
} 

h1 a:hover {
	color: #000000;
}

#conjunto {
	width: 800px;
	height: 100%;
	background-image: url(img/esquina_contenido.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: none;
	top: 0px;
	z-index: 3;
	margin-top: 9px;
}

#pie {
	font-weight: bold;
	color: #F99D0D;
	background-color: #FFFFFF;
	text-align: center;
	border-left: 1px solid #F99D0D;
	margin-top: -12px;
	padding-bottom: 40px;
	clear: none;
}

.texto_negro {
	color: #000000;
}

#contenido {
	height: 100%;
	float: none;
	overflow: auto;
	padding: 0px 25px 50px 50px;
	background-color: #FFFFFF;
	background-image: url(img/lateral_contenido.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#submenu {
	width: 752px;
	height: 50px;
	margin-left: 48px;
	background-color: #FFFFFF;
	background-image: url(img/arriba_contenido.gif);
	background-repeat: repeat-x;
	background-position: left top;

}

#submenu ul {
	list-style-type:none;

}

#submenu ul li {
	float: left;
	width: 110px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #F99D0D;
	font-weight: bold;
	font-size: 85%;
	text-transform: uppercase;
	text-align: center;
}

#submenu ul li:link {
	background-color: #FFFFFF;
}

#submenu ul li:hover {
	color:#FFFFFF;
	background-color: #F99D0D;
}

#submenu ul li a{
	color: #000000;
	text-decoration: none;
}

#submenu ul li a:link{
	color: #000000;
	text-decoration: none;
}

#submenu ul li a:hover{
	color: #cccccc;
	text-decoration: none;
}

#contenido p {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	text-indent: 10px;
	text-align: justify;
}

.casos_exito {
	width: 700px;
	height: 100%;
	clear: left;
	margin-bottom: 25px;
	padding-top: 25px;
}
.img_exitos {
	margin-right: 50px;
	margin-bottom: 25px;
	float: left;
	width: 250px;
}

.enlaces:link {
	color: #F99D0D;
	text-decoration: none;
	font-weight: bold;
}

.enlaces:active {
	color: #F99D0D;
	text-decoration: none;
	font-weight: bold;
}

.enlaces:visited {
	color: #F99D0D;
	text-decoration: none;
	font-weight: bold;
}


.enlaces:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#contacto p {
	color: #F99D0D;
	font-weight: bold;
	float: left;
	margin-top: 3px;
	width: 150px;
	text-align: left;
}

#contacto .opciones {
	color: #000000;
	font-weight: bold;
	float: left;
	margin-top: 3px;
	width: 100%;
	text-align: left;
}


input, textarea {
	margin-left: 20px;
}

.campo {
	clear: left;
	width: 100%;
	height: 100%;
	text-align: left;
	vertical-align: top;
	display: block;
	min-height: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

fieldset {
	border: 1px solid #F99D0D;
	width: 600px;
	margin-left: 50px;
	margin-top: 20px;
	float: none;
}

legend {
	font-size: 105%;
	text-transform: uppercase;
	color: #F99D0D;
}
#Submit {
	float: right;
	background-color: #F99D0D;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 100px;
	margin-top: 25px;
}

.columna {
	float: left;
	width: 200px;
}