

body {
	margin: 0;
	padding: 0;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-family: 'Scada', sans-serif;*/
	font-family: 'Noticia Text', serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

h1, h2, h3 {
	font-weight: normal;
	/*font-family: 'Abel', sans-serif;*/
	/*color: #3DA29B;*/
	color: #3A4648;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	/*line-height: -3px;*/
	line-height: -1px;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #5E5E5E;
}

a:hover {
}

#wrapper {
	padding-top: 50px;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

/* Header */

#header-wrapper {
	overflow: hidden;
	height: 230px;
}

/*#header {
	width: 900px;
	height: 150px;
	background-color: #1D1D1D;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}*/
#header {
	width: 900px;
	height: 140px;
	background: url(images/img02.jpg) repeat;
	/*background-color: #000000;*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}

/* Logo */

#logo {
	width: 780px;
	margin: 0;
	color: #FFFFFF;
	height: auto;
	padding-top: 0.1px;
}

#logo h1, #logo p {
}

#logo h1 {
	line-height: 40px;
	letter-spacing: -2px;
	text-transform: none;
	font-size: 3.6em;
	text-align: center;
}

#logo h1 a {
	color: #FFFFFF;
	text-shadow: 1px 1px 0px rgba(0,0,0,.2);
}

#logo p {
	margin: 0;
	padding: 0px 0 0 0px;
	letter-spacing: -1px;
	/*font: normal 18px Georgia, "Times New Roman", Times, serif;*/
	font-style: italic;
	color: #8E8E8E;
}

#logo p a {
	color: #8E8E8E;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}


/* Splash */

#splash {
	width: 960px;
	height: 300px;
	margin: 0px auto;
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #E7EBED;
	background: #FFFFFF;
	text-transform: lowercase;
	/*font: normal 11px Arial, Helvetica, sans-serif;*/
	color: #5D781D;
}

#search-submit {
	width: 72px;
	height: 23px;
	border: none;
	background: #B9B9B9;
	color: #000000;
	text-align: center;
}

/* Menu */

#menu {
	float: right;
	width: auto;
	height: 50px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu ul {
	float: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	border-right: 1px solid #333;
	border-right-shadow: 1px 1px 0px rgba(0,0,0,.2);
	/*box-shadow: 0px 0px 10px #333;*/
}

#menu a {
	display: block;
	line-height: 45px;
	margin-right: 1px;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0,0,0,.2);
	text-transform: uppercase;
	/*font-family: 'Abel', sans-serif;*/
	font-size: 16px;
	font-weight: 300;
	color: #000000;
	border-rigth: 1px solid #333;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: #FFFFFF;
	background: url(images/img02.jpg) repeat;
	/*background-color: #333333;*/
	border-left-color: #FFFFFF;
	text-shadow: 1px 1px 0px rgba(255,255,255,.2);
}

#menu .current_page_item a {
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 30px 50px;
	background: #FFFFFF;
}

/* Content */

#content {
	float: left;
	width: 900px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
}

.post {
	overflow: hidden;
	margin-bottom: 30px;
	/*border-bottom: 1px solid #E7EBED;*/
}

.post .title {
	height: 41px;
	padding: 7px 0px 0px 0px;
	letter-spacing: -1px;
	color: #3A4648;
}

.post .title a {
	border: none;
	text-transform: none;
	/*color: #3A4648;*/
}


.post li a{
	color: #000066;
	text-decoration: underline;
}

.post .meta {
	margin-bottom: 30px;
	padding: 10px 0px 0px 0px;
	text-align: left;
	/*font-family: 'Abel', sans-serif;*/
	font-size: 16px;
	font-weight: 300;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}



.post2 {
	overflow: hidden;
	margin-bottom: 30px;
	/*border-bottom: 1px solid #E7EBED;*/
}

.post2 .title {
	height: 41px;
	padding: 7px 0px 0px 0px;
	letter-spacing: -1px;
	color: #3A4648;
}

.post2 .title a {
	border: none;
	text-transform: none;
	/*color: #3A4648;*/
}

.post2 li{
margin-bottom:5px;
}

.post2 li a{
	color: #000066;
	text-decoration: underline;
}



/*.links {
	padding-top: 20px;
	margin-bottom: 30px;
}

.more {
	display: block;
	float: left;
	width: 88px;
	height: 25px;
	padding: 2px 0px 0px 0px;
	margin-right: 10px;
	background: url(images/img08.jpg) no-repeat left top;
	text-align: center;
}

.comments {
	display: block;
	float: left;
	width: 88px;
	height: 25px;
	padding: 2px 0px 0px 0px;
	background: url(images/img08.jpg) no-repeat left top;
	text-align: center;
}*/

.button1{
	/* estilos tipograficos */
	
	color: #fff;
	/*font-family: sans-serif;*/
	font-family: 'Noticia Text', serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	
	/* padding, margin y borde */
	padding: 10px 20px;
	margin-right: 30px;
	cursor: pointer;
	border: 0;
    border-radius: 50px;

	/* propiedades para la animacion  */
	
	transition: all 0.20s linear;
	-webkit-transition: all 0.20s linear;
	-moz-transition: all 0.20s linear;
	position: relative;
	bottom: 0;
}
.azul{
	background: #3399FF;
	box-shadow: 0px 5px 0 #0491a5;
}
.button1:active{
	bottom: -5px;
}
.azul:active{
	box-shadow:0 0 0 #0491a5, inset 0 0 5px rgba(0, 0, 0, 0.4);	}
	
.azul:hover{
	background: #00CCFF;			
}



/* Barra horizontal*/
#barrah {
	float: 1000px;
	width: px;
	margin: 0px;
	padding: 0;
	text-align: right;
}

/* Contenido hacia l aderecha para pagina de guis*/

#contentguis {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 30px 0px 0px 0px;
}

#contentcapitulos {
	float: left;
	width: 750px;
	margin-left: 50px;
	margin-top: 10px;
	border: 1px solid #7A7A7A;
	padding: 10px 10px 10px 10px;
}

#resumentesis {
	float: left;
	/*width: 770px;*/
	/*margin-left: 50px;*/
	text-indent: 40px;
	/*border: 1px solid #7A7A7A;*/
	padding: 0px 30px 0px 30px;
}


#content2 { 
 float: left;
 color: #333;
 /*border: 1px solid #ccc;*/
 background: #FFFFFF;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 340px;
 width: 450px;
 display: inline;
}
#rightcolumn2 { 
 color: #000000;
 background: #FFFFFF;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 height: 340px;
 width: 400px;
 float: right;
}

#barratitulogui {
	width: 900px;
	clear: both;
	color: #333;
	border: 1px solid #ccc;
	background: #BD9C8C;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	font-size: 14px;
}

#sidebar {
	float: right;
	width: 280px;
	margin: 0px;
	padding: 30px 0px 0px 0px;
}

/* Sidebar */

/*#sidebar {
	float: right;
	width: 280px;
	margin: 0px;
	padding: 30px 0px 0px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px solid #E7EBED;
	margin: 0px 30px;
	border-left: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar li li a {
	padding: 0px 0px 0px 15px;
}

#sidebar h2 {
	height: 38px;
	padding-left: 30px;
	letter-spacing: -.5px;
	font-size: 1.8em;
	color: #616D79;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
}*/

/* Calendar */

/*#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}
*/
/* Three Column Footer Content */

#footer-content {
	color: #D6E2F0;
}

#footer-content a {
	color: #92A9B6;
}

#footer-bg {
	overflow: hidden;
	width: 890px;
	padding: 30px 55px 50px 55px;
}

#footer-content h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 26px;
	color: #FFFFFF;
}

#footer-content ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#footer-content a {
}

#column1 {
	float: left;
	width: 290px;
	margin-right: 30px;
}

#column2 {
	float: left;
	width: 280px;
}

#column3 {
	float: right;
	width: 260px;
}

/* Footer */

#footer {
	height: 100px;
	width:1000px;
	margin:  auto;
	
	/*font-family: 'Abel', sans-serif;*/
}

#footer p {
	margin: auto;
	letter-spacing: 1px;
	line-height: normal;
	font-size: 14px;
	text-transform: uppercase;
	color: #527800;

}

#footer a {
	color: #527800;
}

#navegacion{
     float:left;	 
}

#navegacion li{
   float:left;
   list-style:none;
}

#navegacion li a{
	float:left;
	padding: 1px 8px;
	text-decoration: none;
	border-left: 1px solid #527800;
	font-size: 14px;
	text-align: center;	
}

#navegacion a:hover{
	color: #FF0000;
}

#marketing {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 20px 0px 10px 0px;
	border-top: 1px solid #E7EBED;
	border-bottom: 1px solid #E7EBED;
}

#marketing .text1 {
	float: left;
	margin: 0px;
	padding: 0px;
	letter-spacing: -2px;
	text-transform: lowercase;
	font-size: 34px;
	color: #345E9B;
}

#marketing .text2 {
	float: right;
}

#marketing .text2 a {
	display: block;
	width: 252px;
	height: 38px;
	padding: 15px 0px 0px 0px;
	background: url(images/img07.jpg) no-repeat left top;
	letter-spacing: -2px;
	text-align: center;
	text-transform: lowercase;
	font-size: 30px;
	color: #FFFFFF;
}
