body {
margin:0;
font-family: Georgia,Times;
color: #666666;
background-image: url(../images/logo_back.gif);
background-repeat: no-repeat;
background-position: top center;
font-size:11px;
}

td {
font-size:11px;
}

h1.titulo {
font-size:18px;
font-weight:normal;
margin-bottom:10px;
}


.input_text  {
background-color: #FFFFFF;
border: 1px solid #808080;
color: #000000;
font-family: Georgia,Times;
font-size : 12px;
}

A:link {COLOR: #149E9B; text-decoration:underline;}
A:visited {COLOR: #149E9B; text-decoration:underline;}
A:active {COLOR: #149E9B; text-decoration:underline;}
A:hover {COLOR: #149E9B; text-decoration:none;}

A.lang:link {COLOR: #666666; text-decoration:none;}
A.lang:visited {COLOR: #666666; text-decoration:none;}
A.lang:active {COLOR: #666666; text-decoration:none;}
A.lang:hover {COLOR: #149E9B; text-decoration:underline;}

A.current_lang:link {COLOR: #149E9B; text-decoration:underline;}
A.current_lang:visited {COLOR: #149E9B; text-decoration:underline;}
A.current_lang:active {COLOR: #149E9B; text-decoration:underline;}
A.current_lang:hover {COLOR: #149E9B; text-decoration:underline;}

.lateral {
line-height:20px;
padding:15px;
background-color:#ffffff;
}

.contenido_principal {
line-height:20px;
padding:15px;
background-color:#ffffff;
}

.img_right {
float:right;
margin-top:5px;
margin-left:10px;
margin-bottom:5px;
}

.img_left {
float:left;
margin-top:5px;
margin-right:10px;
margin-bottom:5px;
}

.img_center {
display: block;
margin-left: 20%;
}

#preview {
	width:100%;
	height: 250px;
	border: 1px solid #808080;
	background: #fefefe;
	overflow: auto;
}
.button_disabled {
	Filter: alpha(opacity=50);
	border: 1px solid #cccccc;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.menu{
background-color: #ffffff;
border: 1px solid #DFDFDF;
border-width: 1px 0;
}

#underlinemenu{
margin: 0;
padding: 0;
width: 774px;
}

#underlinemenu ul{
margin: 0;
padding-left: 1px;
float: left;
background: white url(../images/menudivide.gif) top left repeat-y;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: gray;
font-size:13px;
font-family: Georgia, Times;
padding: 2px 20px 4px 20px;
text-decoration: none;
background: white url(../images/menudivide.gif) top right repeat-y;
}

#underlinemenu #current a, #underlinemenu ul li a:hover{
color: black;
background-color: #F3F3F3;
border-bottom: 4px solid black;
padding-bottom: 0;
}


#wireframemenu{
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
background-color: white;
border-bottom-width: 0;
width: 200px;
}

* html #wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 200px;
}

#wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

#wireframemenu ul li a{
padding: 10px 10px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #666666;
text-decoration: none;
border-bottom: 1px solid #CCCCCC;
}

#wireframemenu #lat_current a, #wireframemenu ul li a:hover{
color: #000000;
background-color: #F7F7F7;
}

html>body #wireframemenu a{ /*Non IE rule*/
width: auto;
}



.content {
background: white url(../images/bg_main.jpg) top repeat-x;
}

.footer {
background: white url(../images/bg_footer.jpg) bottom repeat-x;
}

.footer2{
font-size:11px;
}

.footer3{
padding-top:25px;
background: url(../images/hr_footer.gif) repeat-x;
}