body {
	padding: 0px;
	margin: 0px;
}

p {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}

#GranContenedor {
	overflow: hidden;
	width: 750px;
	border-right: 1px solid #7DA6CD;
}

.Ocultar {
	display: none;
}

/*Cabecera*/
#Cabecera {
	background-image: url(img/bg_rayas.png);
	border-bottom: 4px solid #7DA6CD;
	height: 210px;
	overflow: hidden;
}
#CabeceraDegrade {
	background-image: url(img/bg_degrade.png);
	background-repeat: repeat-x;
	height: 100%;
	overflow: hidden;
}
#CabeceraDegrade2 {
	background-image: url(img/bg_degrade_bottom.png);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 100%;
	overflow: hidden;
}

#Titulo {
	margin-left: 20px;
	margin-top: 30px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	background-color: white;
	color: #0C2F89;
	font-size: 45px;
	font-family: arial;
	letter-spacing: -6px;
}
#Titulo a:link, #Titulo a:active, #Titulo a:visited, #Titulo a:hover {
	color: #0C2F89;
	text-decoration: none;
}

#Frase {
	float: right;
	width: 320px;
	margin-right: 20px;
	margin-top: 160px;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: white;
	font-size: 16px;
	font-family: verdana, arial, serif;
}
#Frase a:link, #Frase a:active, #Frase a:visited {
	color: #3A78B1;
	text-decoration: none;
}
#Frase a:hover {
	text-decoration: underline;
}

/*Cuerpo*/
#CuerpoRayas {
	overflow: hidden;
	background-image: url(img/bg_cuerpo_rayas.png);
}
#CuerpoDegrade {
	overflow: hidden;
	background-image: url(img/bg_cuerpo_degrade.png);
	background-repeat: repeat-x;
	height: 100%;
}
#CuerpoDegrade2 {
	overflow: hidden;
	background-image: url(img/bg_cuerpo_degrade_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100%;
}

/*Texto de Inicio*/
#TextoInicio {
	padding: 20px;
	padding-top: 0px;
	font-family: verdana, arial;
	font-size: 14px;
}

/*Cuadro de Secciones*/
#CuadroSecciones {
	padding: 20px;
	padding-bottom: 10px;
	overflow: hidden;
}

/*Links*/
#Links {
	width: 300px;
	overflow: hidden;
	float: left;
}
.LinkSeccion {
	font-size: 25px;
	font-family: arial;
	font-weight: bold;
	letter-spacing: -3px;
}
.LinkSeccion a:link, .LinkSeccion a:active, .LinkSeccion a:visited {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #284D6F;
}
.LinkSeccion a:hover {
	background-color: #578CBE;
	color: white;
}

/*Imagenes*/
#Imagenes {
	overflow: hidden;
	float: left;
}
#Imagenes img {
	border: 2px solid #5E8FB9;
	width: 380px;
	height: 200px;
}

/*Footer*/
#Footer {
	border-top: 4px solid #7DA6CD;
	background-image: url(img/bg_rayas.png);
	overflow: hidden;
}
#FooterDegrade {
	background-image: url(img/bg_degrade.png);
	background-repeat: repeat-x;
	height: 100%;
	overflow: hidden;
}
#FooterDegrade2 {
	background-image: url(img/bg_degrade_bottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100%;
	overflow: hidden;
}
#FooterP {
	padding: 20px;
}

.LineaFooter {
	padding-bottom: 5px;
	font-family: verdana, arial;
	font-size: 12px;
	letter-spacing: 2px;
	text-align: center;
}
.LineaFooter a:link, .LineaFooter a:active, .LineaFooter a:visited {
	text-decoration: none;
	color: #000000;
}
.LineaFooter a:hover {
	text-decoration: underline;
}
.LineaFooter span {
	background-color: white;
	padding-left: 20px;
	padding-right: 20px;
}
.LetraChica {
	font-size: 10px;
}

/*Distintas secciones*/
#TituloSeccion {
	margin: 0px;
	padding: 15px;
	padding-bottom: 0px;
	font-size: 25px;
	font-family: arial, serif;
	font-weight: bold;
	letter-spacing: -2px;
}
.SubTituloSeccion {
	padding: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
	font-size: 22px;
	font-family: arial, serif;
	font-weight: normal;
	letter-spacing: -2px;
}
.TextoSeccion {
	padding: 15px;
	font-size: 14px;
	font-family: verdana, arial, serif;
}
.TextoSeccion a:link, .TextoSeccion a:active, .TextoSeccion a:visited {
	text-decoration: none;
	color: #253066;
}
.TextoSeccion a:hover {
	text-decoration: underline;
}

/*Herramientas*/
.ImagenesHerramientas {
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 40px;
	margin-left: 10px;
}
.ImagenesHerramientas img {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

.ImagenesHerramientas tr td {
	padding: 0px;
	text-align: center;
	font-size: 14px;
	font-family: verdana, arial, serif;
	width: 130px;
}
.ImagenesHerramientas tr td a:link, .ImagenesHerramientas tr td a:active, .ImagenesHerramientas tr td a:visited {
	text-decoration: none;
	color: #000000;
}
.ImagenesHerramientas tr td a:hover {
	text-decoration: underline;
}

/*CV*/
#FotoCV {
	margin: 5px;
	float: right;
}
.TablaCV {
	border-spacing: 5px;
}
.TablaCV td {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}
.ColumnaDato {
	font-weight: bold;
}

/*Contacto*/
.Courier {
	font-family: monospace;
	font-size: 12px;
	letter-spacing: -1px;
}
.LineaResaltada {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	letter-spacing: 1px;
}
#FormularioContacto input {
	width: 300px;
	font-size: 12px;
	font-family: verdana, arial, serif;
	letter-spacing: 1px;
}
#FormularioContacto textarea {
	width: 300px;
	height: 150px;
	font-size: 12px;
	font-family: verdana, arial, serif;
}
#FormularioContacto tr td {
	vertical-align: top;
}