

/*------------- [ RESET ] -------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th{margin:0;padding:0;}table{/*border-collapse:collapse;border-spacing:0*/;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}


/*------------- [ BODY ] -------------*/

body { color: #999999; font-family: Arial, Helvetica; font-weight: normal; }
a { text-decoration: none; outline: none; }


/*------------- [ CONTENT ] -------------*/

#content-normal h1 { margin: 34px 0px 0px 0px; color: #666666; font-size: 18px; font-weight: 0; } /*a modificar luis*/
#content-normal h2 { margin: 10px 0px 0px 10px; color: #4BA8B9; font-size: 11px; font-style:italic} /*agregado luis*/
#content-normal p { margin: 20px 0px 0px 0px; color: #000000; font-size: 16px; line-height: 1.3; }

#content-normal ul { margin: 20px 0px 0px 0px; }
	#content-normal li { list-style: square; color: #999999; font-size: 12px; line-height: 1.3; margin: 10px 0px 10px 60px; }

#content-normal a { color: #4BA8B9; }
#content-normal a:hover { text-decoration: underline; }

#content-normal strong { font-weight: bold; }
#content-normal em { font-style: italic; }

/*------------- [ CONTENT autores] -------------*/

#content-normal2 h1 { margin: 15px 0px 0px 0px; color: #666666; font-size: 18px; font-weight: 0;} /*a modificar luis*/
#content-normal2 h3 { margin: 20px 0px 0px 0px; color: #4BA8B9; font-size: 18px; }

#content-normal2 h2 { margin: 10px 0px 0px 10px; color: #4BA8B9; font-size: 11px; font-style:italic} /*agregado luis*/
#content-normal2 p { margin: 8px 0px 0px 0px; color: #333333; font-size: 12px; line-height: 1.3; }

#content-normal2 ul { margin: 20px 0px 0px 0px; }
	#content-normal2 li { list-style: square; color: #999999; font-size: 12px; line-height: 1.3; margin: 10px 0px 10px 60px; }

#content-normal2 a { color: #4BA8B9; }
#content-normal2 a:hover { text-decoration: underline; }

#content-normal2 strong { font-weight: bold; }
#content-normal2 em { font-style: italic; }


/*------------- [ IMAGES ] -------------*/

.img, .img_left, .img_center { display: block; float: right; margin: 40px 14px 20px 14px; border: 2px solid #999999; padding: 3px; background: #FFFFFF; }

.img { margin-right: 0px; }
.img_left { float: left; margin-left: 0px; }
.img_center { float: none; }

.center { text-align: center; }


/*------------- [ FLOAT CONTAINERS FIX ] -------------*/

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
/* Holly Hack Targets IE Win only \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End Holly Hack */