
.clear{ clear:both;}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(img01.gif) repeat-x;
	font:13px small Arial, Helvetica, sans-serif;
	color: #666;
width: 100%;
}

/* body 2 
body {
	background: #FFFFFF url(img01_2.gif) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #666; width: 100%;
}

/*********/

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	margin: 0;
	color: #11A6D4;
}

h2 {
	margin-bottom: .5em;
	font-size: 1.8em;
}

h3 {
	margin-bottom: 1em;
	font-size: 1.1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.1em;
	line-height: 1.5em;
}

p {
}

blockquote {
}

ul {
	margin-left: 1em;
	list-style: square;
}

ul li {
}

ol {
	margin-left: 2em;
	list-style: lower-roman;
}

ol li {
}

a {
	color: #EA672E;
}

a:hover {
	text-decoration: none;
	color: #11A6D4;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1.1em;
	background: #F7F7F7 url(img07.gif) repeat-x;
	border: 1px solid #CCCCCC;
}

.boxed .title {
	height: 29px;
	padding: 11px 0 0 27px;
	background: url(img08.gif) no-repeat 10px 50%;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #FFFFFF;
}

.boxed .content {
	padding: 10px;
}

/* Header */

#header {
	width: 700px;
	height: 130px;
	margin: 0 auto;
	background: url("cabecera.jpg") no-repeat;

}
 /* Header 2 */
 
 #header2 {
	width: 700px;
	height: 130px;
	margin: 0 auto;
	background: url("header2.jpg") no-repeat;

}
 /* menu 2 */
 #topmenu2 {
	float: right;
}

#topmenu2 ul {
	margin: 0;
	padding: 95px 0 0 0;
	list-style: none;
	line-height: normal;
	margin-right:20px;
}

#topmenu2 li {
	display: inline
}

#topmenu2 a {
	display: block;
	float: left;
	margin: 0 0 0 50px;
	padding: 0 0 0 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
	color: #FFF;
}

#topmenu2 a:hover {
	text-decoration: underline
}

#topmenu1_2 {
	background: url(img03_2.gif) no-repeat left center;
}

#topmenu2_2 {
	background: url(img04_2.gif) no-repeat left center;
}

#topmenu3_2 {
	background: url(img05_3.gif) no-repeat left center;
}

 
 
 /**********/
 
 /***************/
/* Header > Logo */

#logo {
	float: left;
	padding: 65px 0 0 0;
}

#logo h1 {
	text-transform: uppercase;
	font-size: 2em;
}

#logo h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 0.9em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Header > Top Menu */

#topmenu {
	float: right;
}

#topmenu ul {
	margin: 0;
	padding: 95px 0 0 0;
	list-style: none;
	line-height: normal;
	margin-right:30px;
}

#topmenu li {
	display: inline
}

#topmenu a {
	display: block;
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 0 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}

#topmenu a:hover {
	text-decoration: underline
}

#topmenu1 {
	background: url(img03.gif) no-repeat left center;
}

#topmenu2 {
	background: url(img04.gif) no-repeat left center;
}

#topmenu3 {
	background: url(img05.gif) no-repeat left center;
}

/* Menu */

/*#menu {
	width: 700px;
	height: 40px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	padding: 14px 18px 0 20px;
	background: url(img06.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size:11px;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	padding-left: 0;
	background: none;
}*/

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding: 60px 0;
}
.imag{
	height: 99px; padding-right: 5px

}
/* Content > Main */

#main {
	float: left;
	width: 460px;
}

/* Content > Main > Example */

#example {
	margin: 0 0 3em 0;
	padding: 5px 0px 0.5em 10px;
	background-attachment: scroll;
	background-image: url(esquina.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}

/* Content > Main > Welcome */

#welcome {
	margin: 0 0 3em 0;
	padding: 5px 0px 0.5em 10px;
	background-attachment: scroll;
	background-image: url(esquina.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 220px;
	font-size:13px;
}

#sidebar a{ text-decoration:none;}


/* Content > Sidebar > Login */

#login {
}

#login label {
	display: block;
}

#login #inputtext1, #login #inputtext2 {
	width: 180px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

#login #inputsubmit1 {
	float: right;
	width: 60px;
	margin-right: 7px;
	border: 1px solid #CCCCCC;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
}

#login p {
	margin: 0;
	padding-top: .2em;
	font-size: x-small;
}

.divTogle{height:1px;overflow:hidden; clear:both; width:100%; margin-left:0px;}


/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates li {
	margin-bottom: 1em;
}

#updates h3 {
	margin: 0;
	padding: 0 0 0 10px;
	background: url(img09.gif) no-repeat left center;
	font-size: 12px;
}

#updates p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	font-size: .85em;
}

#updates a {
	text-decoration:none;
}
#updates a:hover{
	text-decoration: underline;
}


/* Content > Sidebar > Partners*/

#partners {
}

.links{
	width:100%;}
	
	.links_inner {margin:0 auto; line-height:17px; color:#666; width:700px;}
.links_inner a:link, .links_inner a:visited {font:normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;color:#666;}
.links_inner a:hover{color: #00CCFF;border-bottom:1px dotted #673364;border-bottom:1px dotted #FFF;}
/* FOOTER */
div#footer{
	width:100%;
	overflow:hidden;
	padding:15px 0;
	float:left;
	background-attachment: scroll;
	background: url(footer.gif) repeat-x;
	background-position: left top;
}
/*div#footer img{ float:left; margin:0px; padding:0px; margin-left:50px;}*/
/*div#footer div.container{background:#285b9f url("img/dblogo-small.jpg") no-repeat 0% 20%; }
div#footer div#innerfoot{margin:0;line-height:17px;padding-left: 50px; color:#CCCCCC; width:100%;}*/
div#footer div#innerfoot{margin:0 auto;line-height:17px; color:#CCCCCC; width:700px;}
div#footer p a{ padding-left:10px; padding-right:10px; text-decoration:none;}
div#footer p a,div#footer p a:visited{font:normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;color:#FFF;}
div#footer p a:hover{color: #00CCFF;border-bottom:1px dotted #673364;border-bottom:1px dotted #FFF;}
div#pie{
	 width:550px;	
	 margin:0 auto;
	font-size: 11px;
	
}
div#pie a{ text-decoration: none }
#pie img{ margin-top:4px; }
#pie p{float: right; }
